# Functions
DecodeObject decodes an RLP-encoded state object.
NewLightState creates a new LightState with the specified root.
NewLightTrie creates a new LightTrie instance.
NewStateObject creates a new StateObject of the specified account address.
# Variables
StartingNonce determines the default nonce when new accounts are being created.
# Structs
LightState is a memory representation of a state.
LightTrie is an ODR-capable wrapper around trie.SecureTrie.
NodeDataRequest is the ODR request type for node data (used for retrieving contract code).
StateObject is a memory representation of an account or contract and its storage.
TrieRequest is the ODR request type for state/storage trie entries.
# Interfaces
OdrBackend is an interface to a backend service that handles odr retrievals.
OdrRequest is an interface for retrieval requests.