TriggerSmartContractOrBuilder

Functions

Link copied to clipboard
abstract fun getCallTokenValue(): Long
token value
int64 call_token_value = 5;
Link copied to clipboard
abstract fun getCallValue(): Long
amount
int64 call_value = 3;
Link copied to clipboard
abstract fun getContractAddress(): String
Contract address
string contract_address = 2;
Link copied to clipboard
abstract fun getContractAddressBytes(): ByteString
Contract address
string contract_address = 2;
Link copied to clipboard
abstract fun getData(): ByteString
call data
bytes data = 4;
Link copied to clipboard
abstract fun getOwnerAddress(): String
Owner
string owner_address = 1;
Link copied to clipboard
abstract fun getOwnerAddressBytes(): ByteString
Owner
string owner_address = 1;
Link copied to clipboard
abstract fun getTokenId(): Long
ID of the token
int64 token_id = 6;

Inheritors

Link copied to clipboard