Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Response ¶
type Response struct { Data []Tx `json:"data"` ListSize uint64 `json:"listSize"` TotalSize uint64 `json:"totalSize"` Result string `json:"result"` Description string `json:"description"` }
Response describes the ripple transaction response
type Tx ¶
type Tx struct { TxHash string `json:"txHash"` Height uint64 `json:"height"` CreateDate string `json:"createDate"` FromAddr string `json:"fromAddr"` ToAddr string `json:"toAddr"` TxType string `json:"txType"` DataType string `json:"dataType"` Amount string `json:"amount"` Fee string `json:"fee"` State uint64 `json:"status"` }
Tx describes the ripple transaction
Click to show internal directories.
Click to hide internal directories.