package
1.2.0-dhobyghaut
Repository: https://github.com/functionx/fx-core.git
Documentation: pkg.go.dev

# Functions

New creates a new state from a given trie.
NewEmptyAccount returns an empty account.
NewEmptyTxConfig construct an empty TxConfig, used in context where there's no transaction, e.g.
NewTxConfig returns a TxConfig.

# Structs

Account is the Ethereum consensus representation of accounts.
StateDB structs within the ethereum protocol are used to store anything within the merkle trie.
TxConfig encapulates the readonly information of current tx for `StateDB`.

# Interfaces

Keeper provide underlying storage of StateDB.

# Type aliases

Storage represents in-memory cache/buffer of contract storage.