Signing Input
Input data necessary to create a signed transaction.
Content copied to clipboard
TW.Ontology.Proto.SigningInputTypes
Functions
Link copied to clipboard
Contract ID, e.g. "ONT"
Content copied to clipboard
string contract = 1;Link copied to clipboard
Contract ID, e.g. "ONT"
Content copied to clipboard
string contract = 1;Link copied to clipboard
Link copied to clipboard
Limit for gas used
Content copied to clipboard
uint64 gas_limit = 8;Link copied to clipboard
Gas price
Content copied to clipboard
uint64 gas_price = 7;Link copied to clipboard
Method, e.g. "transfer"
Content copied to clipboard
string method = 2;Link copied to clipboard
The secret private key used for signing (32 bytes).
Content copied to clipboard
bytes owner_private_key = 3;Link copied to clipboard
Private key of the payer
Content copied to clipboard
bytes payer_private_key = 6;Link copied to clipboard
base58 encode address string (160-bit number)
Content copied to clipboard
string query_address = 9;Link copied to clipboard
base58 encode address string (160-bit number)
Content copied to clipboard
string query_address = 9;Link copied to clipboard
base58 encode address string (160-bit number)
Content copied to clipboard
string to_address = 4;Link copied to clipboard
base58 encode address string (160-bit number)
Content copied to clipboard
string to_address = 4;Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): SigningInput
Link copied to clipboard