WithdrawExpireUnfreezeContract

withdraw unfrozen balance
Protobuf type TW.Tron.Proto.WithdrawExpireUnfreezeContract

Types

Link copied to clipboard
class Builder
withdraw unfrozen balance
Protobuf type TW.Tron.Proto.WithdrawExpireUnfreezeContract

Functions

Link copied to clipboard
open fun getDefaultInstance(): WithdrawExpireUnfreezeContract
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
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): WithdrawExpireUnfreezeContract
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): WithdrawExpireUnfreezeContract
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): WithdrawExpireUnfreezeContract
open fun parseFrom(data: ByteString): WithdrawExpireUnfreezeContract
open fun parseFrom(input: CodedInputStream): WithdrawExpireUnfreezeContract
open fun parseFrom(input: InputStream): WithdrawExpireUnfreezeContract
open fun parseFrom(data: ByteBuffer): WithdrawExpireUnfreezeContract
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): WithdrawExpireUnfreezeContract
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): WithdrawExpireUnfreezeContract
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): WithdrawExpireUnfreezeContract
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): WithdrawExpireUnfreezeContract
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): WithdrawExpireUnfreezeContract
Link copied to clipboard
open fun parser(): Parser<WithdrawExpireUnfreezeContract>

Properties

Link copied to clipboard