DirectiveCollectRewards

Collect reward
Protobuf type TW.Harmony.Proto.DirectiveCollectRewards

Types

Link copied to clipboard
class Builder
Collect reward
Protobuf type TW.Harmony.Proto.DirectiveCollectRewards

Functions

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

Properties