Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func InitClient ¶
type Tx ¶
type Tx struct { Hash string `json:"hash"` BlockHeight uint64 `json:"blockHeight"` From string `json:"from"` To string `json:"to"` Value string `json:"value"` Fee string `json:"fee"` Timestamp int64 `json:"timestamp"` Signature string `json:"signature"` Nonce interface{} `json:"nonce"` ReceiptSuccess bool `json:"receiptSuccess"` }
func (Tx) NonceValue ¶
Click to show internal directories.
Click to hide internal directories.