accountutil

package
v1.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 17, 2021 License: Apache-2.0 Imports: 6 Imported by: 16

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AccountState added in v0.11.0

func AccountState(sr protocol.StateReader, encodedAddr string) (*state.Account, error)

AccountState returns the confirmed account state on the chain

func AccountStateWithHeight added in v1.1.0

func AccountStateWithHeight(sr protocol.StateReader, encodedAddr string) (*state.Account, uint64, error)

AccountStateWithHeight returns the confirmed account state on the chain with what height the state is read from.

func LoadAccount

func LoadAccount(sr protocol.StateReader, addrHash hash.Hash160) (*state.Account, error)

LoadAccount loads an account state

func LoadOrCreateAccount

func LoadOrCreateAccount(sm protocol.StateManager, encodedAddr string) (*state.Account, error)

LoadOrCreateAccount either loads an account state or creates an account state

func Recorded

func Recorded(sr protocol.StateReader, addr address.Address) (bool, error)

Recorded tests if an account has been actually stored

func SetNonce

func SetNonce(i noncer, state *state.Account)

SetNonce sets nonce for account

func StoreAccount

func StoreAccount(sm protocol.StateManager, addr address.Address, account *state.Account) error

StoreAccount puts updated account state to trie

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL