UnfreezeBalanceV2Contract

Unstake TRX to release bandwidth and energy and at the same time TRON Power will be reduced and all corresponding votes will be canceled.
Protobuf type TW.Tron.Proto.UnfreezeBalanceV2Contract

Types

Link copied to clipboard
class Builder
Unstake TRX to release bandwidth and energy and at the same time TRON Power will be reduced and all corresponding votes will be canceled.
Protobuf type TW.Tron.Proto.UnfreezeBalanceV2Contract

Functions

Link copied to clipboard
open fun getDefaultInstance(): UnfreezeBalanceV2Contract
Link copied to clipboard
Address of transaction initiator, data type is string
string owner_address = 1;
Link copied to clipboard
open fun getOwnerAddressBytes(): ByteString
Address of transaction initiator, data type is string
string owner_address = 1;
Link copied to clipboard
open fun getResource(): String
Resource type, "BANDWIDTH" or "ENERGY", data type is string
string resource = 3;
Link copied to clipboard
open fun getResourceBytes(): ByteString
Resource type, "BANDWIDTH" or "ENERGY", data type is string
string resource = 3;
Link copied to clipboard
Amount of TRX to be unstaked, unit is sun, data type is uint256
int64 unfreeze_balance = 2;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): UnfreezeBalanceV2Contract
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): UnfreezeBalanceV2Contract
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): UnfreezeBalanceV2Contract
open fun parseFrom(data: ByteString): UnfreezeBalanceV2Contract
open fun parseFrom(input: CodedInputStream): UnfreezeBalanceV2Contract
open fun parseFrom(input: InputStream): UnfreezeBalanceV2Contract
open fun parseFrom(data: ByteBuffer): UnfreezeBalanceV2Contract
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): UnfreezeBalanceV2Contract
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): UnfreezeBalanceV2Contract
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): UnfreezeBalanceV2Contract
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): UnfreezeBalanceV2Contract
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): UnfreezeBalanceV2Contract
Link copied to clipboard
open fun parser(): Parser<UnfreezeBalanceV2Contract>

Properties

Link copied to clipboard
Link copied to clipboard