TransferTransaction
Structure of a transfer transaction.
Constructor
TransferTransaction(feeAssetId: ByteVector|Unit, amount: Int, assetId: ByteVector|Unit, recipient: Address|Alias, attachment: ByteVector, id: ByteVector, fee: Int, timestamp: Int, version: Int, sender: Address, senderPublicKey: ByteVector, bodyBytes: ByteVector, proofs: List[ByteVector])
Fields
# | Name | Data type | Description |
---|---|---|---|
1 | feeAssetId | ByteVector|Unit | Token to pay the commission. Currently it can be WAVES only |
2 | amount | Int | Amount of tokens to transfer |
3 | assetId | ByteVector|Unit | ID of a token |
4 | recipient | Address|Alias | Address or alias of the recipient |
5 | attachment | ByteVector | Arbitrary data attached to transfer |
6 | id | ByteVector | Transaction ID |
7 | fee | Int | Transaction fee |
8 | timestamp | Int | Transaction timestamp |
9 | version | Int | Transaction version |
10 | sender | Address | Address of a transaction sender |
11 | senderPublicKey | ByteVector | Account public key of a sender |
12 | bodyBytes | ByteVector | Transaction body bytes |
13 | proofs | List[ByteVector] | Array of proofs |