DirectiveDelegate

Delegate directive
Protobuf type TW.Harmony.Proto.DirectiveDelegate

Types

Link copied to clipboard
class Builder
Delegate directive
Protobuf type TW.Harmony.Proto.DirectiveDelegate

Functions

Link copied to clipboard
open fun getAmount(): ByteString
Delegate amount (uint256, serialized little endian)
bytes amount = 3;
Link copied to clipboard
open fun getDefaultInstance(): DirectiveDelegate
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): DirectiveDelegate
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): DirectiveDelegate
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): DirectiveDelegate
open fun parseFrom(data: ByteString): DirectiveDelegate
open fun parseFrom(input: CodedInputStream): DirectiveDelegate
open fun parseFrom(input: InputStream): DirectiveDelegate
open fun parseFrom(data: ByteBuffer): DirectiveDelegate
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): DirectiveDelegate
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): DirectiveDelegate
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): DirectiveDelegate
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): DirectiveDelegate
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): DirectiveDelegate
Link copied to clipboard
open fun parser(): Parser<DirectiveDelegate>

Properties

Link copied to clipboard