Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Call ¶
type Call struct { Type string `json:"type"` From common.Address `json:"from"` To common.Address `json:"to"` Input string `json:"input"` Value *hexutil.Big `json:"value"` Gas *hexutil.Big `json:"gas"` GasUsed *hexutil.Big `json:"gasUsed"` Revert bool `json:"revert"` Error string `json:"error,omitempty"` Calls []*Call `json:"calls,omitempty"` }
Click to show internal directories.
Click to hide internal directories.