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.
}
type TracerOption ¶
type TracerOption struct {
Name string `json:"name"`
Target string `json:"target"`
// Config specific to given tracer.
Config json.RawMessage `json:"config"`
}
Click to show internal directories.
Click to hide internal directories.