package
0.0.0-20240806012525-31387fc58976
Repository: https://github.com/scdoproject/go-scdo.git
Documentation: pkg.go.dev

# Functions

NewEmptyStatedb creates an empty statedb instance.
NewStatedb constructs and returns a statedb instance.
NewStatedbWithTrie creates a statedb instance with specified trie.

# Variables

TrieDbPrefix is the key prefix of trie database in statedb.

# Structs

Statedb is used to store accounts into the MPT tree.

# Interfaces

Trie is used for statedb to store key-value pairs.