Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BlockResult ¶
type Tx ¶
type Tx struct { BlockHash string `json:"blockHash" gorm:"column:blockHash"` FunctionName string `json:"functionName" gorm:"column:functionName"` ContractAddress string `json:"contractAddress" gorm:"column:contractAddress"` MethodID string `json:"methodId" gorm:"column:methodId"` TransactionIndex string `json:"transactionIndex" gorm:"column:transactionIndex"` Confirmations string `json:"confirmations" gorm:"column:confirmations"` Nonce string `json:"nonce" gorm:"column:nonce"` TimeStamp string `json:"timeStamp" gorm:"column:timeStamp"` Input string `json:"input" gorm:"column:input"` GasUsed string `json:"gasUsed" gorm:"column:gasUsed"` IsError string `json:"isError" gorm:"column:isError"` TxreceiptStatus string `json:"txreceipt_status" gorm:"column:txreceipt_status"` BlockNumber string `json:"blockNumber" gorm:"column:blockNumber"` Gas string `json:"gas" gorm:"column:gas"` CumulativeGasUsed string `json:"cumulativeGasUsed" gorm:"column:cumulativeGasUsed"` From string `json:"from" gorm:"column:from"` To string `json:"to" gorm:"column:to"` Value string `json:"value" gorm:"column:value"` Hash string `json:"hash" gorm:"column:hash"` GasPrice string `json:"gasPrice" gorm:"column:gasPrice"` }
Click to show internal directories.
Click to hide internal directories.