accountutil

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2020 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 AccountStateAtHeight added in v0.11.0

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

AccountStateAtHeight returns the confirmed account state on the chain

func LoadAccount

func LoadAccount(sm 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(sm 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, encodedAddr string, 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