proto/cosmos/bank/v1beta1/export library

Classes

Balance
Balance defines an account address and balance pair used in the bank module's genesis state.
DenomOwner
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.
DenomUnit
DenomUnit represents a struct that describes a given denomination unit of the basic token.
GenesisState
GenesisState defines the bank module's genesis state.
Input
Input models transaction input.
Metadata
Metadata represents a struct that describes a basic token.
MsgClient
MsgMultiSend
MsgMultiSend represents an arbitrary multi-in, multi-out send message.
MsgMultiSendResponse
MsgMultiSendResponse defines the Msg/MultiSend response type.
MsgSend
MsgSend represents a message to send coins from one account to another.
MsgSendResponse
MsgSendResponse defines the Msg/Send response type.
MsgServiceBase
MsgSetSendEnabled
MsgSetSendEnabled is the Msg/SetSendEnabled request type.
MsgSetSendEnabledResponse
MsgSetSendEnabledResponse defines the Msg/SetSendEnabled response type.
MsgUpdateParams
MsgUpdateParams is the Msg/UpdateParams request type.
MsgUpdateParamsResponse
MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.
Output
Output models transaction outputs.
Params
Params defines the parameters for the bank module.
QueryAllBalancesRequest
QueryBalanceRequest is the request type for the Query/AllBalances RPC method.
QueryAllBalancesResponse
QueryAllBalancesResponse is the response type for the Query/AllBalances RPC method.
QueryBalanceRequest
QueryBalanceRequest is the request type for the Query/Balance RPC method.
QueryBalanceResponse
QueryBalanceResponse is the response type for the Query/Balance RPC method.
QueryClient
QueryDenomMetadataByQueryStringRequest
QueryDenomMetadataByQueryStringRequest is the request type for the Query/DenomMetadata RPC method. Identical with QueryDenomMetadataRequest but receives denom as query string.
QueryDenomMetadataByQueryStringResponse
QueryDenomMetadataByQueryStringResponse is the response type for the Query/DenomMetadata RPC method. Identical with QueryDenomMetadataResponse but receives denom as query string in request.
QueryDenomMetadataRequest
QueryDenomMetadataRequest is the request type for the Query/DenomMetadata RPC method.
QueryDenomMetadataResponse
QueryDenomMetadataResponse is the response type for the Query/DenomMetadata RPC method.
QueryDenomOwnersByQueryRequest
QueryDenomOwnersByQueryRequest defines the request type for the DenomOwnersByQuery RPC query, which queries for a paginated set of all account holders of a particular denomination.
QueryDenomOwnersByQueryResponse
QueryDenomOwnersByQueryResponse defines the RPC response of a DenomOwnersByQuery RPC query.
QueryDenomOwnersRequest
QueryDenomOwnersRequest defines the request type for the DenomOwners RPC query, which queries for a paginated set of all account holders of a particular denomination.
QueryDenomOwnersResponse
QueryDenomOwnersResponse defines the RPC response of a DenomOwners RPC query.
QueryDenomsMetadataRequest
QueryDenomsMetadataRequest is the request type for the Query/DenomsMetadata RPC method.
QueryDenomsMetadataResponse
QueryDenomsMetadataResponse is the response type for the Query/DenomsMetadata RPC method.
QueryParamsRequest
QueryParamsRequest defines the request type for querying x/bank parameters.
QueryParamsResponse
QueryParamsResponse defines the response type for querying x/bank parameters.
QuerySendEnabledRequest
QuerySendEnabledRequest defines the RPC request for looking up SendEnabled entries.
QuerySendEnabledResponse
QuerySendEnabledResponse defines the RPC response of a SendEnable query.
QueryServiceBase
QuerySpendableBalanceByDenomRequest
QuerySpendableBalanceByDenomRequest defines the gRPC request structure for querying an account's spendable balance for a specific denom.
QuerySpendableBalanceByDenomResponse
QuerySpendableBalanceByDenomResponse defines the gRPC response structure for querying an account's spendable balance for a specific denom.
QuerySpendableBalancesRequest
QuerySpendableBalancesRequest defines the gRPC request structure for querying an account's spendable balances.
QuerySpendableBalancesResponse
QuerySpendableBalancesResponse defines the gRPC response structure for querying an account's spendable balances.
QuerySupplyOfRequest
QuerySupplyOfRequest is the request type for the Query/SupplyOf RPC method.
QuerySupplyOfResponse
QuerySupplyOfResponse is the response type for the Query/SupplyOf RPC method.
QueryTotalSupplyRequest
QueryTotalSupplyRequest is the request type for the Query/TotalSupply RPC method.
QueryTotalSupplyResponse
QueryTotalSupplyResponse is the response type for the Query/TotalSupply RPC method
SendAuthorization
SendAuthorization allows the grantee to spend up to spend_limit coins from the granter's account.
SendEnabled
SendEnabled maps coin denom to a send_enabled status (whether a denom is sendable).
Supply
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.

Constants

Balance$json → const Map<String, Object>
DenomOwner$json → const Map<String, Object>
DenomUnit$json → const Map<String, Object>
GenesisState$json → const Map<String, Object>
Input$json → const Map<String, Object>
Metadata$json → const Map<String, Object>
MsgMultiSend$json → const Map<String, Object>
MsgMultiSendResponse$json → const Map<String, String>
MsgSend$json → const Map<String, Object>
MsgSendResponse$json → const Map<String, String>
MsgSetSendEnabled$json → const Map<String, Object>
MsgSetSendEnabledResponse$json → const Map<String, String>
MsgUpdateParams$json → const Map<String, Object>
MsgUpdateParamsResponse$json → const Map<String, String>
Output$json → const Map<String, Object>
Params$json → const Map<String, Object>
QueryAllBalancesRequest$json → const Map<String, Object>
QueryAllBalancesResponse$json → const Map<String, Object>
QueryBalanceRequest$json → const Map<String, Object>
QueryBalanceResponse$json → const Map<String, Object>
QueryDenomMetadataByQueryStringRequest$json → const Map<String, Object>
QueryDenomMetadataByQueryStringResponse$json → const Map<String, Object>
QueryDenomMetadataRequest$json → const Map<String, Object>
QueryDenomMetadataResponse$json → const Map<String, Object>
QueryDenomOwnersByQueryRequest$json → const Map<String, Object>
QueryDenomOwnersByQueryResponse$json → const Map<String, Object>
QueryDenomOwnersRequest$json → const Map<String, Object>
QueryDenomOwnersResponse$json → const Map<String, Object>
QueryDenomsMetadataRequest$json → const Map<String, Object>
QueryDenomsMetadataResponse$json → const Map<String, Object>
QueryParamsRequest$json → const Map<String, String>
QueryParamsResponse$json → const Map<String, Object>
QuerySendEnabledRequest$json → const Map<String, Object>
QuerySendEnabledResponse$json → const Map<String, Object>
QuerySpendableBalanceByDenomRequest$json → const Map<String, Object>
QuerySpendableBalanceByDenomResponse$json → const Map<String, Object>
QuerySpendableBalancesRequest$json → const Map<String, Object>
QuerySpendableBalancesResponse$json → const Map<String, Object>
QuerySupplyOfRequest$json → const Map<String, Object>
QuerySupplyOfResponse$json → const Map<String, Object>
QueryTotalSupplyRequest$json → const Map<String, Object>
QueryTotalSupplyResponse$json → const Map<String, Object>
SendAuthorization$json → const Map<String, Object>
SendEnabled$json → const Map<String, Object>
Supply$json → const Map<String, Object>

Properties

balanceDescriptor Uint8List
Descriptor for Balance. Decode as a google.protobuf.DescriptorProto.
final
denomOwnerDescriptor Uint8List
Descriptor for DenomOwner. Decode as a google.protobuf.DescriptorProto.
final
denomUnitDescriptor Uint8List
Descriptor for DenomUnit. Decode as a google.protobuf.DescriptorProto.
final
genesisStateDescriptor Uint8List
Descriptor for GenesisState. Decode as a google.protobuf.DescriptorProto.
final
inputDescriptor Uint8List
Descriptor for Input. Decode as a google.protobuf.DescriptorProto.
final
metadataDescriptor Uint8List
Descriptor for Metadata. Decode as a google.protobuf.DescriptorProto.
final
msgMultiSendDescriptor Uint8List
Descriptor for MsgMultiSend. Decode as a google.protobuf.DescriptorProto.
final
msgMultiSendResponseDescriptor Uint8List
Descriptor for MsgMultiSendResponse. Decode as a google.protobuf.DescriptorProto.
final
msgSendDescriptor Uint8List
Descriptor for MsgSend. Decode as a google.protobuf.DescriptorProto.
final
msgSendResponseDescriptor Uint8List
Descriptor for MsgSendResponse. Decode as a google.protobuf.DescriptorProto.
final
msgSetSendEnabledDescriptor Uint8List
Descriptor for MsgSetSendEnabled. Decode as a google.protobuf.DescriptorProto.
final
msgSetSendEnabledResponseDescriptor Uint8List
Descriptor for MsgSetSendEnabledResponse. Decode as a google.protobuf.DescriptorProto.
final
msgUpdateParamsDescriptor Uint8List
Descriptor for MsgUpdateParams. Decode as a google.protobuf.DescriptorProto.
final
msgUpdateParamsResponseDescriptor Uint8List
Descriptor for MsgUpdateParamsResponse. Decode as a google.protobuf.DescriptorProto.
final
outputDescriptor Uint8List
Descriptor for Output. Decode as a google.protobuf.DescriptorProto.
final
paramsDescriptor Uint8List
Descriptor for Params. Decode as a google.protobuf.DescriptorProto.
final
queryAllBalancesRequestDescriptor Uint8List
Descriptor for QueryAllBalancesRequest. Decode as a google.protobuf.DescriptorProto.
final
queryAllBalancesResponseDescriptor Uint8List
Descriptor for QueryAllBalancesResponse. Decode as a google.protobuf.DescriptorProto.
final
queryBalanceRequestDescriptor Uint8List
Descriptor for QueryBalanceRequest. Decode as a google.protobuf.DescriptorProto.
final
queryBalanceResponseDescriptor Uint8List
Descriptor for QueryBalanceResponse. Decode as a google.protobuf.DescriptorProto.
final
queryDenomMetadataByQueryStringRequestDescriptor Uint8List
Descriptor for QueryDenomMetadataByQueryStringRequest. Decode as a google.protobuf.DescriptorProto.
final
queryDenomMetadataByQueryStringResponseDescriptor Uint8List
Descriptor for QueryDenomMetadataByQueryStringResponse. Decode as a google.protobuf.DescriptorProto.
final
queryDenomMetadataRequestDescriptor Uint8List
Descriptor for QueryDenomMetadataRequest. Decode as a google.protobuf.DescriptorProto.
final
queryDenomMetadataResponseDescriptor Uint8List
Descriptor for QueryDenomMetadataResponse. Decode as a google.protobuf.DescriptorProto.
final
queryDenomOwnersByQueryRequestDescriptor Uint8List
Descriptor for QueryDenomOwnersByQueryRequest. Decode as a google.protobuf.DescriptorProto.
final
queryDenomOwnersByQueryResponseDescriptor Uint8List
Descriptor for QueryDenomOwnersByQueryResponse. Decode as a google.protobuf.DescriptorProto.
final
queryDenomOwnersRequestDescriptor Uint8List
Descriptor for QueryDenomOwnersRequest. Decode as a google.protobuf.DescriptorProto.
final
queryDenomOwnersResponseDescriptor Uint8List
Descriptor for QueryDenomOwnersResponse. Decode as a google.protobuf.DescriptorProto.
final
queryDenomsMetadataRequestDescriptor Uint8List
Descriptor for QueryDenomsMetadataRequest. Decode as a google.protobuf.DescriptorProto.
final
queryDenomsMetadataResponseDescriptor Uint8List
Descriptor for QueryDenomsMetadataResponse. Decode as a google.protobuf.DescriptorProto.
final
queryParamsRequestDescriptor Uint8List
Descriptor for QueryParamsRequest. Decode as a google.protobuf.DescriptorProto.
final
queryParamsResponseDescriptor Uint8List
Descriptor for QueryParamsResponse. Decode as a google.protobuf.DescriptorProto.
final
querySendEnabledRequestDescriptor Uint8List
Descriptor for QuerySendEnabledRequest. Decode as a google.protobuf.DescriptorProto.
final
querySendEnabledResponseDescriptor Uint8List
Descriptor for QuerySendEnabledResponse. Decode as a google.protobuf.DescriptorProto.
final
querySpendableBalanceByDenomRequestDescriptor Uint8List
Descriptor for QuerySpendableBalanceByDenomRequest. Decode as a google.protobuf.DescriptorProto.
final
querySpendableBalanceByDenomResponseDescriptor Uint8List
Descriptor for QuerySpendableBalanceByDenomResponse. Decode as a google.protobuf.DescriptorProto.
final
querySpendableBalancesRequestDescriptor Uint8List
Descriptor for QuerySpendableBalancesRequest. Decode as a google.protobuf.DescriptorProto.
final
querySpendableBalancesResponseDescriptor Uint8List
Descriptor for QuerySpendableBalancesResponse. Decode as a google.protobuf.DescriptorProto.
final
querySupplyOfRequestDescriptor Uint8List
Descriptor for QuerySupplyOfRequest. Decode as a google.protobuf.DescriptorProto.
final
querySupplyOfResponseDescriptor Uint8List
Descriptor for QuerySupplyOfResponse. Decode as a google.protobuf.DescriptorProto.
final
queryTotalSupplyRequestDescriptor Uint8List
Descriptor for QueryTotalSupplyRequest. Decode as a google.protobuf.DescriptorProto.
final
queryTotalSupplyResponseDescriptor Uint8List
Descriptor for QueryTotalSupplyResponse. Decode as a google.protobuf.DescriptorProto.
final
sendAuthorizationDescriptor Uint8List
Descriptor for SendAuthorization. Decode as a google.protobuf.DescriptorProto.
final
sendEnabledDescriptor Uint8List
Descriptor for SendEnabled. Decode as a google.protobuf.DescriptorProto.
final
supplyDescriptor Uint8List
Descriptor for Supply. Decode as a google.protobuf.DescriptorProto.
final