Get desktop application:
View/edit binary Protocol Buffers messages
Generic data
Used in:
Raw transaction data
tx hash
source address
destination address
amount (uint256, serialized little endian)
Nonce (should be larger than in the last transaction of the account)
transaction timestamp
generic data
chain ID (4 bytes)
gas price (uint256, serialized little endian)
gas limit (uint256, serialized little endian)
algorithm
signature
Input data necessary to create a signed transaction.
sender's address.
Chain identifier (uint256, serialized little endian)
Nonce (uint256, serialized little endian)
Gas price (uint256, serialized little endian)
Gas limit (uint256, serialized little endian)
Recipient's address.
Amount to send in wei, 1 NAS = 10^18 Wei (uint256, serialized little endian)
Timestamp to create transaction (uint256, serialized little endian)
Optional payload
The secret private key used for signing (32 bytes).
Result containing the signed and encoded transaction.
Algorithm code
The signature
Encoded transaction