package cosmos.bank.v1beta1

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

service Msg

tx.proto:13

Msg defines the bank Msg service.

message Balance

genesis.proto:30

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

Used in: GenesisState

message DenomUnit

bank.proto:66

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

Used in: Metadata

message GenesisState

genesis.proto:12

GenesisState defines the bank module's genesis state.

message Input

bank.proto:28

Input models transaction input.

Used in: MsgMultiSend

message Metadata

bank.proto:81

Metadata represents a struct that describes a basic token.

Used in: GenesisState

message Output

bank.proto:40

Output models transaction outputs.

Used in: MsgMultiSend

message Params

bank.proto:12

Params defines the parameters for the bank module.

Used in: GenesisState

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

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

Used in: Params

message Supply

bank.proto:52

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.