Delegate

cosmos-sdk/MsgDelegate to stake
Protobuf type TW.Cosmos.Proto.Message.Delegate

Types

Link copied to clipboard
class Builder
cosmos-sdk/MsgDelegate to stake
Protobuf type TW.Cosmos.Proto.Message.Delegate

Functions

Link copied to clipboard
open fun getAmount(): Amount
.TW.Cosmos.Proto.Amount amount = 3;
Link copied to clipboard
open fun getDefaultInstance(): Delegate
Link copied to clipboard
string delegator_address = 1;
Link copied to clipboard
open fun getDelegatorAddressBytes(): ByteString
string delegator_address = 1;
Link copied to clipboard
open fun getTypePrefix(): String
string type_prefix = 4;
Link copied to clipboard
open fun getTypePrefixBytes(): ByteString
string type_prefix = 4;
Link copied to clipboard
string validator_address = 2;
Link copied to clipboard
open fun getValidatorAddressBytes(): ByteString
string validator_address = 2;
Link copied to clipboard
open fun hasAmount(): Boolean
.TW.Cosmos.Proto.Amount amount = 3;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): Delegate
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Delegate
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): Delegate
open fun parseFrom(data: ByteString): Delegate
open fun parseFrom(input: CodedInputStream): Delegate
open fun parseFrom(input: InputStream): Delegate
open fun parseFrom(data: ByteBuffer): Delegate
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): Delegate
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): Delegate
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Delegate
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Delegate
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): Delegate
Link copied to clipboard
open fun parser(): Parser<Delegate>

Properties

Link copied to clipboard
Link copied to clipboard