Register
Register an account by public key
JSON
Binary schema
The binary data structure of the unsigned transaction.
#
Field Name
Type
Length
1
Transaction type
Byte (constant, value=20)
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
Number of accounts
Short
2
9
Account 1 key type
KeyType (Byte)
1
10
Account 1 public key
PublicKey (Array[Byte])
32 | 33 | 48
...
Last updated