Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Block ¶
type Block struct { Hash string `json:"hash"` Number string `json:"number"` Time string `json:"time"` ParentHash string `json:"parentHash"` Difficulty string `json:"difficulty"` GasUsed string `json:"gasUsed"` GasLimit string `json:"gasLimit"` Nonce string `json:"nonce"` Miner string `json:"miner"` Size float64 `json:"size"` StateRootHash string `json:"stateRootHash"` UncleHash string `json:"uncleHash"` TxRootHash string `json:"txRootHash"` ReceiptRootHash string `json:"receiptRootHash"` ExtraData string `json:"extraData"` }
type Transaction ¶
type Transaction struct { Hash string `json:"hash"` From string `json:"from"` To string `json:"to"` Contract string `json:"contract"` Value string `json:"value"` Data string `json:"data"` Gas string `json:"gas"` GasPrice string `json:"gasPrice"` Cost string `json:"cost"` Nonce string `json:"nonce"` State string `json:"state"` BlockHash string `json:"blockHash"` }
Click to show internal directories.
Click to hide internal directories.