Builder
class Builder
Input data necessary to create a signed transaction.
Content copied to clipboard
TW.Aeternity.Proto.SigningInputFunctions
Link copied to clipboard
Amount (uint256, serialized little endian)
Content copied to clipboard
bytes amount = 3;Link copied to clipboard
Fee amount (uint256, serialized little endian)
Content copied to clipboard
bytes fee = 4;Link copied to clipboard
Address of the sender with "ak_" prefix
Content copied to clipboard
string from_address = 1;Link copied to clipboard
Nonce (should be larger than in the last transaction of the account)
Content copied to clipboard
uint64 nonce = 7;Link copied to clipboard
Message, optional
Content copied to clipboard
string payload = 5;Link copied to clipboard
The secret private key used for signing (32 bytes).
Content copied to clipboard
bytes private_key = 8;Link copied to clipboard
Address of the recipient with "ak_" prefix
Content copied to clipboard
string to_address = 2;Link copied to clipboard
Time to live until block height
Content copied to clipboard
uint64 ttl = 6;Link copied to clipboard
Address of the sender with "ak_" prefix
Content copied to clipboard
string from_address = 1;Link copied to clipboard
Address of the sender with "ak_" prefix
Content copied to clipboard
string from_address = 1;Link copied to clipboard
Message, optional
Content copied to clipboard
string payload = 5;Link copied to clipboard
Message, optional
Content copied to clipboard
string payload = 5;Link copied to clipboard
The secret private key used for signing (32 bytes).
Content copied to clipboard
bytes private_key = 8;Link copied to clipboard
Address of the recipient with "ak_" prefix
Content copied to clipboard
string to_address = 2;Link copied to clipboard
Address of the recipient with "ak_" prefix
Content copied to clipboard
string to_address = 2;Link copied to clipboard
Amount (uint256, serialized little endian)
Content copied to clipboard
bytes amount = 3;Link copied to clipboard
Fee amount (uint256, serialized little endian)
Content copied to clipboard
bytes fee = 4;Link copied to clipboard
Address of the sender with "ak_" prefix
Content copied to clipboard
string from_address = 1;Link copied to clipboard
Address of the sender with "ak_" prefix
Content copied to clipboard
string from_address = 1;Link copied to clipboard
Nonce (should be larger than in the last transaction of the account)
Content copied to clipboard
uint64 nonce = 7;Link copied to clipboard
Message, optional
Content copied to clipboard
string payload = 5;Link copied to clipboard
Message, optional
Content copied to clipboard
string payload = 5;Link copied to clipboard
The secret private key used for signing (32 bytes).
Content copied to clipboard
bytes private_key = 8;Link copied to clipboard
Address of the recipient with "ak_" prefix
Content copied to clipboard
string to_address = 2;Link copied to clipboard
Address of the recipient with "ak_" prefix
Content copied to clipboard
string to_address = 2;Link copied to clipboard
Time to live until block height
Content copied to clipboard
uint64 ttl = 6;