Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Set ¶
type Set struct { Accounts map[common.Hash][]byte // Mutated account set, nil means the account was not present Storages map[common.Hash]map[common.Hash][]byte // Mutated storage set, nil means the slot was not present Incomplete map[common.Hash]struct{} // Indicator whether the storage slot is incomplete due to large deletion }
Set represents a collection of mutated states during a state transition. The value refers to the original content of state before the transition is made. Nil means that the state was not present previously.
Click to show internal directories.
Click to hide internal directories.