Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidAddr = errors.New("invalid address")
View Source
var ErrSourceConn = errors.New("connection to servers failed")
Functions ¶
This section is empty.
Types ¶
type Tx ¶
type Tx struct { Hash string `json:"hash"` BlockHash string `json:"blockHash"` BlockNumber uint64 `json:"blockNumber"` Timestamp int64 `json:"timestamp"` Confirmations int `json:"confirmations"` TxIndex int `json:"transactionIndex"` FromAddress string `json:"fromAddress"` ToAddress string `json:"toAddress"` Value models.Amount `json:"value"` Fee models.Amount `json:"fee"` }
Click to show internal directories.
Click to hide internal directories.