Transfer Contract
A transfer transaction
Content copied to clipboard
TW.Tron.Proto.TransferContractTypes
Functions
Link copied to clipboard
Link copied to clipboard
Sender address.
Content copied to clipboard
string owner_address = 1;Link copied to clipboard
Sender address.
Content copied to clipboard
string owner_address = 1;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
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): TransferContract
Link copied to clipboard
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): TransferContract