Transaction Coin To
Transaction to a destination
Content copied to clipboard
TW.NULS.Proto.TransactionCoinTo
Types
Functions
Link copied to clipboard
Chain ID
Content copied to clipboard
uint32 assets_chainid = 2;
Link copied to clipboard
ID of the asset
Content copied to clipboard
uint32 assets_id = 3;
Link copied to clipboard
Link copied to clipboard
transaction amount (uint256, serialized little endian)
Content copied to clipboard
bytes id_amount = 4;
Link copied to clipboard
lock time
Content copied to clipboard
uint32 lock_time = 5;
Link copied to clipboard
destination address
Content copied to clipboard
string to_address = 1;
Link copied to clipboard
destination address
Content copied to clipboard
string to_address = 1;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): TransactionCoinTo
Link copied to clipboard
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): TransactionCoinTo