Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Debug ¶
type Debug struct {
// contains filtered or unexported fields
}
func New ¶
func New(repo *chain.Repository, stater *state.Stater, forkConfig thor.ForkConfig) *Debug
type StorageEntry ¶
type StorageMap ¶
type StorageMap map[string]StorageEntry
type StorageRangeOption ¶
type StorageRangeResult ¶
type StorageRangeResult struct {
Storage StorageMap `json:"storage"`
NextKey *thor.Bytes32 `json:"nextKey"` // nil if Storage includes the last key in the trie.
}
Click to show internal directories.
Click to hide internal directories.