accountutil

package
v1.7.1 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2022 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, addr address.Address) (*state.Account, error)

AccountState returns the confirmed account state on the chain

func AccountStateWithHeight added in v1.1.0

func AccountStateWithHeight(sr protocol.StateReader, addr address.Address) (*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, addr address.Address) (*state.Account, error)

LoadAccount loads an account state by address.Address

func LoadAccountByHash160 added in v1.6.3

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

LoadAccountByHash160 loads an account state by 20-byte address

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