Builder
class Builder
Input data necessary to create a signed transaction.
Content copied to clipboard
TW.Icon.Proto.SigningInputFunctions
Link copied to clipboard
Sender address.
Content copied to clipboard
string from_address = 1;Link copied to clipboard
Network identifier
Content copied to clipboard
bytes network_id = 7;Link copied to clipboard
Integer value increased by request to avoid replay attacks.
Content copied to clipboard
bytes nonce = 6;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
The amount of step to send with the transaction.
Content copied to clipboard
bytes step_limit = 4;Link copied to clipboard
UNIX epoch time (from 1970.1.1 00:00:00) in microseconds
Content copied to clipboard
int64 timestamp = 5;Link copied to clipboard
Recipient address.
Content copied to clipboard
string to_address = 2;Link copied to clipboard
Transfer amount (uint256, serialized little endian)
Content copied to clipboard
bytes value = 3;Link copied to clipboard
Sender address.
Content copied to clipboard
string from_address = 1;Link copied to clipboard
Sender address.
Content copied to clipboard
string from_address = 1;Link copied to clipboard
Network identifier
Content copied to clipboard
bytes network_id = 7;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
The amount of step to send with the transaction.
Content copied to clipboard
bytes step_limit = 4;Link copied to clipboard
UNIX epoch time (from 1970.1.1 00:00:00) in microseconds
Content copied to clipboard
int64 timestamp = 5;Link copied to clipboard
Recipient address.
Content copied to clipboard
string to_address = 2;Link copied to clipboard
Recipient address.
Content copied to clipboard
string to_address = 2;Link copied to clipboard
Sender address.
Content copied to clipboard
string from_address = 1;Link copied to clipboard
Sender address.
Content copied to clipboard
string from_address = 1;Link copied to clipboard
Network identifier
Content copied to clipboard
bytes network_id = 7;Link copied to clipboard
Integer value increased by request to avoid replay attacks.
Content copied to clipboard
bytes nonce = 6;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
The amount of step to send with the transaction.
Content copied to clipboard
bytes step_limit = 4;Link copied to clipboard
UNIX epoch time (from 1970.1.1 00:00:00) in microseconds
Content copied to clipboard
int64 timestamp = 5;Link copied to clipboard
Recipient address.
Content copied to clipboard
string to_address = 2;Link copied to clipboard
Recipient address.
Content copied to clipboard
string to_address = 2;Link copied to clipboard
Transfer amount (uint256, serialized little endian)
Content copied to clipboard
bytes value = 3;