UnDelegateResourceContract

undelegate resource
Protobuf type TW.Tron.Proto.UnDelegateResourceContract

Types

Link copied to clipboard
class Builder
undelegate resource
Protobuf type TW.Tron.Proto.UnDelegateResourceContract

Functions

Link copied to clipboard
open fun getBalance(): Long
Amount of TRX staked for resource to be undelegated, unit is sun, data type is uint256
int64 balance = 3;
Link copied to clipboard
open fun getDefaultInstance(): UnDelegateResourceContract
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
Receiver address of resource to be delegated to, data type is string
string receiver_address = 4;
Link copied to clipboard
open fun getReceiverAddressBytes(): ByteString
Receiver address of resource to be delegated to, data type is string
string receiver_address = 4;
Link copied to clipboard
open fun getResource(): String
Resource type, "BANDWIDTH" or "ENERGY", data type is string
string resource = 2;
Link copied to clipboard
open fun getResourceBytes(): ByteString
Resource type, "BANDWIDTH" or "ENERGY", data type is string
string resource = 2;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): UnDelegateResourceContract
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): UnDelegateResourceContract
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): UnDelegateResourceContract
open fun parseFrom(data: ByteString): UnDelegateResourceContract
open fun parseFrom(input: CodedInputStream): UnDelegateResourceContract
open fun parseFrom(input: InputStream): UnDelegateResourceContract
open fun parseFrom(data: ByteBuffer): UnDelegateResourceContract
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): UnDelegateResourceContract
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): UnDelegateResourceContract
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): UnDelegateResourceContract
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): UnDelegateResourceContract
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): UnDelegateResourceContract
Link copied to clipboard
open fun parser(): Parser<UnDelegateResourceContract>

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard