TriggerSmartContract

Smart contract call
Protobuf type TW.Tron.Proto.TriggerSmartContract

Types

Link copied to clipboard
class Builder
Smart contract call
Protobuf type TW.Tron.Proto.TriggerSmartContract

Functions

Link copied to clipboard
token value
int64 call_token_value = 5;
Link copied to clipboard
open fun getCallValue(): Long
amount
int64 call_value = 3;
Link copied to clipboard
Contract address
string contract_address = 2;
Link copied to clipboard
open fun getContractAddressBytes(): ByteString
Contract address
string contract_address = 2;
Link copied to clipboard
open fun getData(): ByteString
call data
bytes data = 4;
Link copied to clipboard
open fun getDefaultInstance(): TriggerSmartContract
Link copied to clipboard
Owner
string owner_address = 1;
Link copied to clipboard
open fun getOwnerAddressBytes(): ByteString
Owner
string owner_address = 1;
Link copied to clipboard
open fun getTokenId(): Long
ID of the token
int64 token_id = 6;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): TriggerSmartContract
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): TriggerSmartContract
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): TriggerSmartContract
open fun parseFrom(data: ByteString): TriggerSmartContract
open fun parseFrom(input: CodedInputStream): TriggerSmartContract
open fun parseFrom(input: InputStream): TriggerSmartContract
open fun parseFrom(data: ByteBuffer): TriggerSmartContract
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): TriggerSmartContract
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): TriggerSmartContract
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): TriggerSmartContract
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): TriggerSmartContract
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): TriggerSmartContract
Link copied to clipboard
open fun parser(): Parser<TriggerSmartContract>

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard