Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 TraceCallOption ¶
type TraceCallOption struct { To *thor.Address `json:"to"` Value *math.HexOrDecimal256 `json:"value"` Data string `json:"data"` Gas uint64 `json:"gas"` GasPrice *math.HexOrDecimal256 `json:"gasPrice"` ProvedWork *math.HexOrDecimal256 `json:"provedWork"` Caller *thor.Address `json:"caller"` GasPayer *thor.Address `json:"gasPayer"` Expiration uint32 `json:"expiration"` BlockRef string `json:"blockRef"` Name string `json:"name"` // Tracer Config json.RawMessage `json:"config"` // Config specific to given tracer. }
type TraceClauseOption ¶
type TraceClauseOption struct { Name string `json:"name"` Target string `json:"target"` Config json.RawMessage `json:"config"` // Config specific to given tracer. }
Click to show internal directories.
Click to hide internal directories.