Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IndexEOFContracts ¶
IndexEOFContracts indexes all the EOF contracts in the state trie of the head block for the given db and writes them to a JSON file.
Types ¶
type Account ¶
type Account struct { Balance string `json:"balance"` Nonce uint64 `json:"nonce"` Root hexutil.Bytes `json:"root"` CodeHash hexutil.Bytes `json:"codeHash"` Code hexutil.Bytes `json:"code,omitempty"` Address common.Address `json:"address,omitempty"` SecureKey hexutil.Bytes `json:"key,omitempty"` }
Account represents an account in the state.
Click to show internal directories.
Click to hide internal directories.