package cosmos.bank.v1beta1

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

service Msg

tx.proto:14

Msg defines the bank Msg service.

service Query

query.proto:16

Query defines the gRPC querier service.

message Balance

genesis.proto:39

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

Used in: GenesisState

message DenomOwner

query.proto:311

DenomOwner defines structure representing an account that owns or holds a particular denominated token. It contains the account address and account balance of the denominated token. Since: cosmos-sdk 0.46

Used in: QueryDenomOwnersResponse

message DenomUnit

bank.proto:82

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

Used in: Metadata

message GenesisState

genesis.proto:13

GenesisState defines the bank module's genesis state.

message Input

bank.proto:35

Input models transaction input.

Used in: MsgMultiSend

message Metadata

bank.proto:97

Metadata represents a struct that describes a basic token.

Used in: GenesisState, QueryDenomMetadataResponse, QueryDenomsMetadataResponse

message Output

bank.proto:50

Output models transaction outputs.

Used in: MsgMultiSend

message Params

bank.proto:13

Params defines the parameters for the bank module.

Used in: GenesisState, MsgUpdateParams, QueryParamsResponse

message SendAuthorization

authz.proto:15

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:27

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

Used in: GenesisState, MsgSetSendEnabled, Params, QuerySendEnabledResponse

message Supply

bank.proto:65

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.