# Genesis Transaction Binary Format
Learn more about genesis transaction.
# | Field | JSON field name | Field type | Field size in bytes | Comment |
---|---|---|---|---|---|
1 | Transaction type ID | type | Byte | 1 | Value must be 1 |
2 | Transaction timestamp | timestamp | Long | 8 | |
3 | Address of the recipient | recipient | Array[Byte] | 26 | |
4 | Amount of WAVES that will be transferred to the account | amount | Long | 8 |
# JSON Representation of Transaction
See the example in Node API.