Undelegate

cosmos-sdk/MsgUndelegate to unstake
Protobuf type TW.Cosmos.Proto.Message.Undelegate

Types

Link copied to clipboard
class Builder
cosmos-sdk/MsgUndelegate to unstake
Protobuf type TW.Cosmos.Proto.Message.Undelegate

Functions

Link copied to clipboard
open fun getAmount(): Amount
.TW.Cosmos.Proto.Amount amount = 3;
Link copied to clipboard
open fun getDefaultInstance(): Undelegate
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): Undelegate
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Undelegate
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): Undelegate
open fun parseFrom(data: ByteString): Undelegate
open fun parseFrom(input: CodedInputStream): Undelegate
open fun parseFrom(input: InputStream): Undelegate
open fun parseFrom(data: ByteBuffer): Undelegate
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): Undelegate
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): Undelegate
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Undelegate
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Undelegate
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): Undelegate
Link copied to clipboard
open fun parser(): Parser<Undelegate>

Properties

Link copied to clipboard
Link copied to clipboard