accountutil

package
v1.14.0 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2024 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(ctx context.Context, 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(ctx context.Context, 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

LoadAccount loads an account state by address.Address

func LoadAccountByHash160 added in v1.6.3

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

LoadAccountByHash160 loads an account state by 20-byte address

func LoadOrCreateAccount

func LoadOrCreateAccount(sm protocol.StateManager, addr address.Address, opts ...state.AccountCreationOption) (*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 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