Message

A transaction payload message
Protobuf type TW.Cosmos.Proto.Message

Types

Link copied to clipboard
cosmos-sdk/MsgGrant
Protobuf type TW.Cosmos.Proto.Message.AuthGrant
Link copied to clipboard
Link copied to clipboard
AuthorizationType defines the type of staking module authorization type
Since: cosmos-sdk 0.43
Protobuf enum TW.Cosmos.Proto.Message.AuthorizationType
Link copied to clipboard
cosmos-sdk/MsgRevoke
Protobuf type TW.Cosmos.Proto.Message.AuthRevoke
Link copied to clipboard
Link copied to clipboard
cosmos-sdk/MsgBeginRedelegate
Protobuf type TW.Cosmos.Proto.Message.BeginRedelegate
Link copied to clipboard
Link copied to clipboard
class Builder
A transaction payload message
Protobuf type TW.Cosmos.Proto.Message
Link copied to clipboard
cosmos-sdk/MsgDelegate to stake
Protobuf type TW.Cosmos.Proto.Message.Delegate
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
cosmos-sdk/MsgVote defines a message to cast a vote.
Protobuf type TW.Cosmos.Proto.Message.MsgVote
Link copied to clipboard
Link copied to clipboard
Protobuf type TW.Cosmos.Proto.Message.RawJSON
Link copied to clipboard
Link copied to clipboard
cosmos-sdk/MsgSend
Protobuf type TW.Cosmos.Proto.Message.Send
Link copied to clipboard
interface SendOrBuilder
Link copied to clipboard
For signing an already serialized transaction. Account number and chain ID must be set outside.
Protobuf type TW.Cosmos.Proto.Message.SignDirect
Link copied to clipboard
Link copied to clipboard
StakeAuthorization defines authorization for delegate/undelegate/redelegate.
Since: cosmos-sdk 0.43
Protobuf type TW.Cosmos.Proto.Message.StakeAuthorization
Link copied to clipboard
Link copied to clipboard
thorchain/MsgSend
Protobuf type TW.Cosmos.Proto.Message.THORChainSend
Link copied to clipboard
Link copied to clipboard
cosmos-sdk/MsgTransfer, IBC transfer
Protobuf type TW.Cosmos.Proto.Message.Transfer
Link copied to clipboard
Link copied to clipboard
cosmos-sdk/MsgUndelegate to unstake
Protobuf type TW.Cosmos.Proto.Message.Undelegate
Link copied to clipboard
Link copied to clipboard
VoteOption enumerates the valid vote options for a given governance proposal.
Protobuf enum TW.Cosmos.Proto.Message.VoteOption
Link copied to clipboard
execute within wasm/MsgExecuteContract
Protobuf type TW.Cosmos.Proto.Message.WasmExecuteContractGeneric
Link copied to clipboard
send within wasm/MsgExecuteContract
Protobuf type TW.Cosmos.Proto.Message.WasmExecuteContractSend
Link copied to clipboard
transfer within wasm/MsgExecuteContract
Protobuf type TW.Cosmos.Proto.Message.WasmExecuteContractTransfer
Link copied to clipboard
execute within wasm/MsgExecuteContract, used by Terra Classic
Protobuf type TW.Cosmos.Proto.Message.WasmTerraExecuteContractGeneric
Link copied to clipboard
send within wasm/MsgExecuteContract, used by Terra Classic
Protobuf type TW.Cosmos.Proto.Message.WasmTerraExecuteContractSend
Link copied to clipboard
transfer within wasm/MsgExecuteContract, used by Terra Classic
Protobuf type TW.Cosmos.Proto.Message.WasmTerraExecuteContractTransfer
Link copied to clipboard
cosmos-sdk/MsgWithdrawDelegationReward
Protobuf type TW.Cosmos.Proto.Message.WithdrawDelegationReward

Functions

Link copied to clipboard
open fun getAuthGrant(): AuthGrant
.TW.Cosmos.Proto.Message.AuthGrant auth_grant = 16;
Link copied to clipboard
open fun getAuthRevoke(): AuthRevoke
.TW.Cosmos.Proto.Message.AuthRevoke auth_revoke = 17;
Link copied to clipboard
open fun getDefaultInstance(): Message
Link copied to clipboard
open fun getMsgVote(): MsgVote
.TW.Cosmos.Proto.Message.MsgVote msg_vote = 18;
Link copied to clipboard
open fun getRawJsonMessage(): RawJSON
.TW.Cosmos.Proto.Message.RawJSON raw_json_message = 7;
Link copied to clipboard
open fun getRestakeMessage(): BeginRedelegate
.TW.Cosmos.Proto.Message.BeginRedelegate restake_message = 5;
Link copied to clipboard
open fun getSendCoinsMessage(): Send
.TW.Cosmos.Proto.Message.Send send_coins_message = 1;
Link copied to clipboard
open fun getSignDirectMessage(): SignDirect
.TW.Cosmos.Proto.Message.SignDirect sign_direct_message = 15;
Link copied to clipboard
open fun getStakeMessage(): Delegate
.TW.Cosmos.Proto.Message.Delegate stake_message = 3;
Link copied to clipboard
open fun getThorchainSendMessage(): THORChainSend
.TW.Cosmos.Proto.Message.THORChainSend thorchain_send_message = 10;
Link copied to clipboard
open fun getTransferTokensMessage(): Transfer
.TW.Cosmos.Proto.Message.Transfer transfer_tokens_message = 2;
Link copied to clipboard
open fun getUnstakeMessage(): Undelegate
.TW.Cosmos.Proto.Message.Undelegate unstake_message = 4;
Link copied to clipboard
open fun getWasmExecuteContractGeneric(): WasmExecuteContractGeneric
.TW.Cosmos.Proto.Message.WasmExecuteContractGeneric wasm_execute_contract_generic = 14;
Link copied to clipboard
open fun getWasmExecuteContractSendMessage(): WasmExecuteContractSend
.TW.Cosmos.Proto.Message.WasmExecuteContractSend wasm_execute_contract_send_message = 13;
Link copied to clipboard
open fun getWasmExecuteContractTransferMessage(): WasmExecuteContractTransfer
.TW.Cosmos.Proto.Message.WasmExecuteContractTransfer wasm_execute_contract_transfer_message = 12;
Link copied to clipboard
open fun getWasmTerraExecuteContractGeneric(): WasmTerraExecuteContractGeneric
.TW.Cosmos.Proto.Message.WasmTerraExecuteContractGeneric wasm_terra_execute_contract_generic = 11;
Link copied to clipboard
open fun getWasmTerraExecuteContractSendMessage(): WasmTerraExecuteContractSend
.TW.Cosmos.Proto.Message.WasmTerraExecuteContractSend wasm_terra_execute_contract_send_message = 9;
open fun getWasmTerraExecuteContractTransferMessage(): WasmTerraExecuteContractTransfer
.TW.Cosmos.Proto.Message.WasmTerraExecuteContractTransfer wasm_terra_execute_contract_transfer_message = 8;
Link copied to clipboard
open fun getWithdrawStakeRewardMessage(): WithdrawDelegationReward
.TW.Cosmos.Proto.Message.WithdrawDelegationReward withdraw_stake_reward_message = 6;
Link copied to clipboard
open fun hasAuthGrant(): Boolean
.TW.Cosmos.Proto.Message.AuthGrant auth_grant = 16;
Link copied to clipboard
.TW.Cosmos.Proto.Message.AuthRevoke auth_revoke = 17;
Link copied to clipboard
open fun hasMsgVote(): Boolean
.TW.Cosmos.Proto.Message.MsgVote msg_vote = 18;
Link copied to clipboard
.TW.Cosmos.Proto.Message.RawJSON raw_json_message = 7;
Link copied to clipboard
.TW.Cosmos.Proto.Message.BeginRedelegate restake_message = 5;
Link copied to clipboard
.TW.Cosmos.Proto.Message.Send send_coins_message = 1;
Link copied to clipboard
.TW.Cosmos.Proto.Message.SignDirect sign_direct_message = 15;
Link copied to clipboard
.TW.Cosmos.Proto.Message.Delegate stake_message = 3;
Link copied to clipboard
.TW.Cosmos.Proto.Message.THORChainSend thorchain_send_message = 10;
Link copied to clipboard
.TW.Cosmos.Proto.Message.Transfer transfer_tokens_message = 2;
Link copied to clipboard
.TW.Cosmos.Proto.Message.Undelegate unstake_message = 4;
Link copied to clipboard
.TW.Cosmos.Proto.Message.WasmExecuteContractGeneric wasm_execute_contract_generic = 14;
Link copied to clipboard
.TW.Cosmos.Proto.Message.WasmExecuteContractSend wasm_execute_contract_send_message = 13;
Link copied to clipboard
.TW.Cosmos.Proto.Message.WasmExecuteContractTransfer wasm_execute_contract_transfer_message = 12;
Link copied to clipboard
.TW.Cosmos.Proto.Message.WasmTerraExecuteContractGeneric wasm_terra_execute_contract_generic = 11;
Link copied to clipboard
.TW.Cosmos.Proto.Message.WasmTerraExecuteContractSend wasm_terra_execute_contract_send_message = 9;
.TW.Cosmos.Proto.Message.WasmTerraExecuteContractTransfer wasm_terra_execute_contract_transfer_message = 8;
Link copied to clipboard
.TW.Cosmos.Proto.Message.WithdrawDelegationReward withdraw_stake_reward_message = 6;
Link copied to clipboard
open fun newBuilder(prototype: Message): Cosmos.Message.Builder
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): Message
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Message
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): Message
open fun parseFrom(data: ByteString): Message
open fun parseFrom(input: CodedInputStream): Message
open fun parseFrom(input: InputStream): Message
open fun parseFrom(data: ByteBuffer): Message
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): Message
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): Message
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Message
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Message
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): Message
Link copied to clipboard
open fun parser(): Parser<Message>

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard