Versions in this module Expand all Collapse all v0 v0.0.6 Sep 17, 2019 v0.0.5 Sep 5, 2019 v0.0.4 Sep 5, 2019 v0.0.3 Sep 3, 2019 v0.0.2 Aug 23, 2019 v0.0.1 Aug 19, 2019 Changes in this version + type Block struct + Size string + TotalDifficulty string + Transactions []Transaction + Uncles []string + type BlockHeader struct + Author string + Difficulty string + ExtraData string + GasLimit string + GasUsed string + Hash string + LogsBloom string + Miner string + MixHash string + Nonce string + Number string + ParentHash string + ReceiptsRoot string + SealFields []string + Sha3Uncles string + StateRoot string + Timestamp string + TransactionsRoot string + type GethTxPool map[string]map[string]map[string]Transaction + type Log struct + Address string + BlockHash string + BlockNumber string + Data string + LogIndex string + Removed bool + Topics []string + TransactionHash string + TransactionIndex string + TransactionLogIndex string + Type string + type RPCGetBlockByNumberResponse struct + ID int + Jsonrpc string + Result Block + type RPCGetTransactionReceipt struct + ID int + Jsonrpc string + Result Receipt + type RPCGetUncleByBlockHashAndIndex struct + ID int + Jsonrpc string + Result Block + type RPCTraceBlock struct + ID int + Jsonrpc string + Result []Trace + type RPCTraceReplayBlockTransactions struct + ID int + Jsonrpc string + Result []TransactionReplay + type Receipt struct + BlockHash string + BlockNumber string + ContractAddress interface{} + CumulativeGasUsed string + From string + GasUsed string + Logs []Log + LogsBloom string + Root string + Status string + To string + TransactionHash string + TransactionIndex string + type Trace struct + Action TraceAction + BlockHash *string + BlockNumber *int + Error *string + Result *TraceResult + Subtraces int + TraceAddress []int + TransactionHash *string + TransactionPosition *int + Type string + type TraceAction struct + Address *string + Balance *string + CallType *string + From *string + Gas *string + Init *string + Input *string + RefundAddress *string + To *string + Value *string + type TraceResult struct + Address *string + Code *string + GasUsed *string + Output *string + type Transaction struct + BlockHash string + BlockNumber string + ChainId string + Condition interface{} + Creates string + From string + Gas string + GasPrice string + Hash string + Input string + Nonce string + PublicKey string + R string + Raw string + S string + StandardV string + To string + TransactionIndex string + V string + Value string + type TransactionReplay struct + Output string + StateDiff map[string]interface{} + Trace []Trace + TransactionHash *string + VMTrace *VMTrace + type VMTrace struct + Code string + Ops []VMTraceOp + type VMTraceOp struct + Cost int + Ex struct{ ... } + Pc int + Sub *VMTrace