FreezeBalanceContractOrBuilder

Functions

Link copied to clipboard
abstract fun getFrozenBalance(): Long
Frozen balance. Minimum 1
int64 frozen_balance = 2;
Link copied to clipboard
abstract fun getFrozenDuration(): Long
Frozen duration
int64 frozen_duration = 3;
Link copied to clipboard
abstract fun getOwnerAddress(): String
Sender address.
string owner_address = 1;
Link copied to clipboard
abstract fun getOwnerAddressBytes(): ByteString
Sender address.
string owner_address = 1;
Link copied to clipboard
abstract fun getReceiverAddress(): String
Receiver address
string receiver_address = 15;
Link copied to clipboard
abstract fun getReceiverAddressBytes(): ByteString
Receiver address
string receiver_address = 15;
Link copied to clipboard
abstract fun getResource(): String
Resource type: BANDWIDTH | ENERGY
string resource = 10;
Link copied to clipboard
abstract fun getResourceBytes(): ByteString
Resource type: BANDWIDTH | ENERGY
string resource = 10;

Inheritors

Link copied to clipboard