package TW.Cosmos.Proto

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Amount

Cosmos.proto:7

A denomination and an amount

Used in: Fee, Message.BeginRedelegate, Message.Delegate, Message.Send, Message.StakeAuthorization, Message.THORChainSend, Message.Transfer, Message.Undelegate, Message.WasmExecuteContractGeneric, Message.WasmTerraExecuteContractGeneric

enum BroadcastMode

Cosmos.proto:34

Transaction broadcast mode

Used in: SigningInput

message Fee

Cosmos.proto:16

Fee incl. gas

Used in: SigningInput

message Height

Cosmos.proto:26

Block height, a revision and block height tuple. A height can be compared against another Height for the purposes of updating and freezing clients

Used in: Message.Transfer

message Message

Cosmos.proto:41

A transaction payload message

Used in: SigningInput

message Message.AuthGrant

Cosmos.proto:257

cosmos-sdk/MsgGrant

Used in: Message

message Message.AuthRevoke

Cosmos.proto:267

cosmos-sdk/MsgRevoke

Used in: Message

enum Message.AuthorizationType

Cosmos.proto:244

AuthorizationType defines the type of staking module authorization type Since: cosmos-sdk 0.43

Used in: StakeAuthorization

message Message.BeginRedelegate

Cosmos.proto:83

cosmos-sdk/MsgBeginRedelegate

Used in: Message

message Message.Delegate

Cosmos.proto:67

cosmos-sdk/MsgDelegate to stake

Used in: Message

message Message.MsgVote

Cosmos.proto:288

cosmos-sdk/MsgVote defines a message to cast a vote.

Used in: Message

message Message.RawJSON

Cosmos.proto:205

Used in: Message

message Message.Send

Cosmos.proto:43

cosmos-sdk/MsgSend

Used in: Message

message Message.SignDirect

Cosmos.proto:211

For signing an already serialized transaction. Account number and chain ID must be set outside.

Used in: Message

message Message.StakeAuthorization

Cosmos.proto:221

StakeAuthorization defines authorization for delegate/undelegate/redelegate. Since: cosmos-sdk 0.43

Used in: AuthGrant

message Message.StakeAuthorization.Validators

Cosmos.proto:234

Validators defines list of validator addresses.

Used in: StakeAuthorization

message Message.THORChainSend

Cosmos.proto:133

thorchain/MsgSend

Used in: Message

message Message.Transfer

Cosmos.proto:51

cosmos-sdk/MsgTransfer, IBC transfer

Used in: Message

message Message.Undelegate

Cosmos.proto:75

cosmos-sdk/MsgUndelegate to unstake

Used in: Message

enum Message.VoteOption

Cosmos.proto:274

VoteOption enumerates the valid vote options for a given governance proposal.

Used in: MsgVote

message Message.WasmExecuteContractGeneric

Cosmos.proto:190

execute within wasm/MsgExecuteContract

Used in: Message

message Message.WasmExecuteContractSend

Cosmos.proto:170

send within wasm/MsgExecuteContract

Used in: Message

message Message.WasmExecuteContractTransfer

Cosmos.proto:156

transfer within wasm/MsgExecuteContract

Used in: Message

message Message.WasmTerraExecuteContractGeneric

Cosmos.proto:140

execute within wasm/MsgExecuteContract, used by Terra Classic

Used in: Message

message Message.WasmTerraExecuteContractSend

Cosmos.proto:113

send within wasm/MsgExecuteContract, used by Terra Classic

Used in: Message

message Message.WasmTerraExecuteContractTransfer

Cosmos.proto:99

transfer within wasm/MsgExecuteContract, used by Terra Classic

Used in: Message

message Message.WithdrawDelegationReward

Cosmos.proto:92

cosmos-sdk/MsgWithdrawDelegationReward

Used in: Message

message SigningInput

Cosmos.proto:324

Input data necessary to create a signed transaction.

Used in: THORChainSwap.Proto.SwapOutput

enum SigningMode

Cosmos.proto:318

Options for transaction encoding: JSON (Amino, older) or Protobuf.

Used in: SigningInput

message SigningOutput

Cosmos.proto:354

Result containing the signed and encoded transaction.