package cosmos.bank.v1beta1

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

service Msg

tx.proto:11

Msg defines the bank Msg service.

service Query

query.proto:13

Query defines the gRPC querier service.

message Balance

genesis.proto:29

Balance defines an account address and balance pair used in the bank module's genesis state.

Used in: GenesisState

message DenomUnit

bank.proto:63

DenomUnit represents a struct that describes a given denomination unit of the basic token.

Used in: Metadata

message GenesisState

genesis.proto:11

GenesisState defines the bank module's genesis state.

message Input

bank.proto:27

Input models transaction input.

Used in: MsgMultiSend

message Metadata

bank.proto:78

Metadata represents a struct that describes a basic token.

Used in: GenesisState, QueryDenomMetadataResponse, QueryDenomsMetadataResponse

message Output

bank.proto:37

Output models transaction outputs.

Used in: MsgMultiSend

message Params

bank.proto:11

Params defines the parameters for the bank module.

Used in: GenesisState, QueryParamsResponse

message SendAuthorization

authz.proto:14

SendAuthorization allows the grantee to spend up to spend_limit coins from the granter's account. Since: cosmos-sdk 0.43

message SendEnabled

bank.proto:19

SendEnabled maps coin denom to a send_enabled status (whether a denom is sendable).

Used in: Params

message Supply

bank.proto:49

Supply represents a struct that passively keeps track of the total supply amounts in the network. This message is deprecated now that supply is indexed by denom.