FreezeBalanceV2ContractOrBuilder

Functions

Link copied to clipboard
abstract fun getFrozenBalance(): Long
Amount of TRX to be staked, unit is sun, data type is uint256
int64 frozen_balance = 2;
Link copied to clipboard
abstract fun getOwnerAddress(): String
Address of transaction initiator, data type is string
string owner_address = 1;
Link copied to clipboard
abstract fun getOwnerAddressBytes(): ByteString
Address of transaction initiator, data type is string
string owner_address = 1;
Link copied to clipboard
abstract fun getResource(): String
Resource type, "BANDWIDTH" or "ENERGY", data type is string
string resource = 3;
Link copied to clipboard
abstract fun getResourceBytes(): ByteString
Resource type, "BANDWIDTH" or "ENERGY", data type is string
string resource = 3;

Inheritors

Link copied to clipboard