Builder

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
amount
int64 call_value = 3;
Link copied to clipboard
Contract address
string contract_address = 2;
Link copied to clipboard
call data
bytes data = 4;
Link copied to clipboard
Owner
string owner_address = 1;
Link copied to clipboard
ID of the token
int64 token_id = 6;
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
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
token value
int64 call_token_value = 5;
Link copied to clipboard
amount
int64 call_value = 3;
Link copied to clipboard
Contract address
string contract_address = 2;
Link copied to clipboard
Contract address
string contract_address = 2;
Link copied to clipboard
open fun setData(value: ByteString): Tron.TriggerSmartContract.Builder
call data
bytes data = 4;
Link copied to clipboard
Owner
string owner_address = 1;
Link copied to clipboard
Owner
string owner_address = 1;
Link copied to clipboard
ID of the token
int64 token_id = 6;