Skip to content

Generated schema for sendmanager/v1/query.proto: 1 service, 4 messages in the x/sendmanager module.

Proto package sendmanager, part of the x/sendmanager module. It declares 1 service, 4 messages. Read the raw source.

Service Query

Query defines the gRPC querier service.

RPCRequestResponseREST pathDescription
ParamsQueryParamsRequestQueryParamsResponseGET /bitbadges/bitbadgeschain/sendmanager/paramsParameters queries the parameters of the module.
BalanceQueryBalanceRequestQueryBalanceResponseGET /bitbadges/bitbadgeschain/sendmanager/balance/{address}/{denom}Balance queries the balance of a specific denom for an address with alias routing. This allows querying both standard coins and alias denoms (e.g., badgeslp:).

Messages

QueryBalanceRequest

QueryBalanceRequest is request type for the Query/Balance RPC method.

Field#TypeRuleDescription
address1stringsingularaddress is the address to query balances for.
denom2stringsingulardenom is the specific denomination to query the balance for.

QueryBalanceResponse

QueryBalanceResponse is response type for the Query/Balance RPC method.

Field#TypeRuleDescription
balance1cosmos.base.v1beta1.Coinsingularbalance is the balance of the specified denom for the address.

QueryParamsRequest

QueryParamsRequest is request type for the Query/Params RPC method.

No fields.

QueryParamsResponse

QueryParamsResponse is response type for the Query/Params RPC method.

Field#TypeRuleDescription
params1Paramssingularparams holds all the parameters of this module.

Edit this page on GitHub