Lease
The lease transaction leases an amount of tokens to a node for staking.
id
andheight
should be omitted when broadcasting. These fields are set by the node.Binary strings are base58 encoded.
timestamp
is in microseconds since epoch.fee
andamount
include 8 digits, soLTO * 10^8
Binary schema
The binary data structure of the unsigned transaction.
Network id can be obtained by taking the 2nd byte from the sender address.
Each key type has a numeric id in addition to the reference from the JSON.
Integers (short, int, long) have a big endian byte order.
Last updated