Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NormalizeTx ¶
Normalize converts a Ripple transaction into the generic model
func NormalizeTxs ¶
Types ¶
type Client ¶
func (*Client) GetCurrentBlock ¶
type DeliveredAmount ¶
type LedgerInfo ¶
type LedgerResponse ¶
type LedgerResponse struct {
Ledger LedgerInfo `json:"ledger"`
}
type Meta ¶
type Meta struct { TransactionResult TransactionResult `json:"TransactionResult,omitempty"` DeliveredAmount interface{} `json:"delivered_amount,omitempty"` }
type Payment ¶
type Payment struct { TransactionType TransactionType `json:"TransactionType"` Flags uint64 `json:"Flags"` Sequence uint64 `json:"Sequence"` Fee types.Amount `json:"Fee"` SigningPubKey string `json:"SigningPubKey"` TxnSignature string `json:"TxnSignature"` Account string `json:"Account"` Destination string `json:"Destination"` DestinationTag int64 `json:"DestinationTag,omitempty"` }
type Platform ¶
type Platform struct {
// contains filtered or unexported fields
}
func (*Platform) CurrentBlockNumber ¶
func (*Platform) GetBlockByNumber ¶
type TransactionResult ¶
type TransactionResult string
type TransactionType ¶
type TransactionType string
Click to show internal directories.
Click to hide internal directories.