Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MinimalTxInfo ¶
type MinimalTxInfo struct { Block uint64 `json:"block"` From string `json:"from"` To string `json:"to"` ContractAddress string `json:"contractAddress"` Success bool `json:"success"` Timestamp uint64 `json:"timestamp"` TxHash string `json:"transactionHash"` TxIndex uint `json:"transactionIndex"` TXType string `json:"txType"` Value uint64 `json:"value"` }
Click to show internal directories.
Click to hide internal directories.