TransactionTx Members
The TransactionTx type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
|
|
Action |
TxAction has the following variants:
Transfer - represents transactions triggered by Transfer, TransferFrom, Send, and SendFrom. The fields in this object correspond to the fields described in TransferHistory.
see https://github.com/SecretFoundation/SNIPs/blob/master/SNIP-21.md#Transaction-History
|
|
|
BlockHeight |
The block height
|
|
|
BlockTime |
The block time
|
|
|
Coins |
The coins
|
|
|
From |
Address of the owner of the funds
|
|
|
Id |
The identifier
|
|
|
Memo |
The memo
|
|
|
Receiver |
The receiver
|
|
|
Sender |
The sender
|

