Documentation ¶ Index ¶ type Request func NewRequest(txId string) Request type TraceStep Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Request ¶ type Request struct { Jsonrpc string `json:"jsonrpc"` ID int `json:"id"` Method string `json:"method"` Params []interface{} `json:"params"` } func NewRequest ¶ func NewRequest(txId string) Request type TraceStep ¶ type TraceStep struct { Depth int `json:"depth"` Gas int `json:"gas"` GasCost int `json:"gasCost"` Memory []interface{} `json:"memory"` Op constants.OpCodeEnum `json:"op"` Pc int `json:"pc"` Stack []interface{} `json:"stack"` } Source Files ¶ View all Source files request.go result.go Click to show internal directories. Click to hide internal directories.