Documentation ¶
Index ¶
Constants ¶
View Source
const Handle = "zilliqa"
Variables ¶
This section is empty.
Functions ¶
func Normalize ¶
func Normalize(srcTx *Tx) (tx blockatlas.Tx)
Types ¶
type Platform ¶
type Platform struct {
// contains filtered or unexported fields
}
func (*Platform) GetTxsByAddress ¶
func (p *Platform) GetTxsByAddress(address string) (blockatlas.TxPage, error)
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 uint64 `json:"nonce"` ReceiptSuccess bool `json:"receiptSuccess"` }
Click to show internal directories.
Click to hide internal directories.