Transfer
The transfer transaction allows the sender to transfer LTO tokens to the recipient.
{
"type": 4,
"version": 3,
"id": "5a1ZVJTu8Y7mPA6BbkvGdfmbjvz9YSppQXPnb5MxihV5",
"sender": "3N9ChkxWXqgdWLLErWFrSwjqARB6NtYsvZh",
"senderKeyType": "ed25519",
"senderPublicKey": "9NFb1rvMyr1k8f3wu3UP1RaEGsozBt9gF2CmPMGGA42m",
"fee": 100000000,
"timestamp": 1609639213556,
"amount": 100000000000,
"recipient": "3NBcx7AQqDopBj3WfwCVARNYuZyt1L9xEVM",
"attachment": "9Ajdvzr",
"proofs": [
"3ftQ2ArKKXw655WdHy2TK1MGXeyzKRqMQYwFidekkyxLpzFGsTziSFsbM5RCFxrn32EzisMgPWtQVQ4e5UqKUcES"
],
"height": 1212761
}Binary schema
The binary data structure of the unsigned transaction.
Transaction type
Byte (constant, value=4)
1
Version
Byte (constant, value=3)
1
Network id
Byte
1
Timestamp
Long
8
Sender's key type
KeyType (Byte)
1
Sender's public key
PublicKey (Array[Byte])
32 | 33
Fee
Long
8
Recipient
Address (Array[Byte])
26
Amount
Long
8
Attachment length (N)
Short
2
Attachment
Array[Byte]
N
1
Transaction type
Byte (constant, value=4)
1
2
Version
Byte (constant, value=2)
1
3
Sender's public key
PublicKey (Array[Byte])
32
4
Timestamp
Long
8
5
Amount
Long
8
6
Fee
Long
8
7
Recipient
Address (Array[Byte])
26
8
Attachment length (N)
Short
2
9
Attachment
Array[Byte]
N
1
Transaction type
Byte (constant, value=4)
1
2
Sender's public key
PublicKey (Array[Byte])
32
3
Timestamp
Long
8
4
Amount
Long
8
5
Fee
Long
8
6
Recipient
Address (Array[Byte])
26
7
Attachment length (N)
Short
2
8
Attachment
Array[Byte]
N
Last updated