Statement
A public statement made by an account. The meaning is defined by the statement type.
The statement transaction is part of the Titanium release.
JSON
Data entries
Binary schema
The binary data structure of the unsigned transaction.
1
Transaction type
Byte (constant, value=16)
1
2
Version
Byte (constant, value=3)
1
3
Network id
Byte
1
4
Timestamp
Long
8
5
Sender's key type
KeyType (Byte)
1
6
Sender's public key
PublicKey (Array[Byte])
32 | 33
7
Fee
Long
8
8
Has recipient
Boolean (Byte)
1
9
Recipient
Address (Array[Byte])
26
10
Statement type
Int
4
11
Subject length (N)
Short
2
12
Subject
Array[Byte]
N
13
Number of entries
Short
2
14
Entry 1
...
Last updated