BeginRedelegate

cosmos-sdk/MsgBeginRedelegate
Protobuf type TW.Cosmos.Proto.Message.BeginRedelegate

Types

Link copied to clipboard
class Builder
cosmos-sdk/MsgBeginRedelegate
Protobuf type TW.Cosmos.Proto.Message.BeginRedelegate

Functions

Link copied to clipboard
open fun getAmount(): Amount
.TW.Cosmos.Proto.Amount amount = 4;
Link copied to clipboard
open fun getDefaultInstance(): BeginRedelegate
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 = 5;
Link copied to clipboard
open fun getTypePrefixBytes(): ByteString
string type_prefix = 5;
Link copied to clipboard
string validator_dst_address = 3;
Link copied to clipboard
open fun getValidatorDstAddressBytes(): ByteString
string validator_dst_address = 3;
Link copied to clipboard
string validator_src_address = 2;
Link copied to clipboard
open fun getValidatorSrcAddressBytes(): ByteString
string validator_src_address = 2;
Link copied to clipboard
open fun hasAmount(): Boolean
.TW.Cosmos.Proto.Amount amount = 4;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): BeginRedelegate
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): BeginRedelegate
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): BeginRedelegate
open fun parseFrom(data: ByteString): BeginRedelegate
open fun parseFrom(input: CodedInputStream): BeginRedelegate
open fun parseFrom(input: InputStream): BeginRedelegate
open fun parseFrom(data: ByteBuffer): BeginRedelegate
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): BeginRedelegate
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): BeginRedelegate
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): BeginRedelegate
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): BeginRedelegate
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): BeginRedelegate
Link copied to clipboard
open fun parser(): Parser<BeginRedelegate>

Properties