DirectiveUndelegate

Undelegate directive
Protobuf type TW.Harmony.Proto.DirectiveUndelegate

Types

Link copied to clipboard
class Builder
Undelegate directive
Protobuf type TW.Harmony.Proto.DirectiveUndelegate

Functions

Link copied to clipboard
open fun getAmount(): ByteString
Undelegate amount (uint256, serialized little endian)
bytes amount = 3;
Link copied to clipboard
open fun getDefaultInstance(): DirectiveUndelegate
Link copied to clipboard
Delegator address
string delegator_address = 1;
Link copied to clipboard
open fun getDelegatorAddressBytes(): ByteString
Delegator address
string delegator_address = 1;
Link copied to clipboard
Validator address
string validator_address = 2;
Link copied to clipboard
open fun getValidatorAddressBytes(): ByteString
Validator address
string validator_address = 2;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): DirectiveUndelegate
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): DirectiveUndelegate
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): DirectiveUndelegate
open fun parseFrom(data: ByteString): DirectiveUndelegate
open fun parseFrom(input: CodedInputStream): DirectiveUndelegate
open fun parseFrom(input: InputStream): DirectiveUndelegate
open fun parseFrom(data: ByteBuffer): DirectiveUndelegate
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): DirectiveUndelegate
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): DirectiveUndelegate
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): DirectiveUndelegate
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): DirectiveUndelegate
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): DirectiveUndelegate
Link copied to clipboard
open fun parser(): Parser<DirectiveUndelegate>

Properties

Link copied to clipboard