Skip to content

Generated schema for managersplitter/query.proto: 1 service, 6 messages in the x/managersplitter module.

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

Service Query

Query defines the gRPC querier service.

RPCRequestResponseREST pathDescription
ParamsQueryParamsRequestQueryParamsResponseGET /bitbadges/bitbadgeschain/managersplitter/paramsParameters queries the parameters of the module.
ManagerSplitterQueryGetManagerSplitterRequestQueryGetManagerSplitterResponseGET /bitbadges/bitbadgeschain/managersplitter/{address}ManagerSplitter queries a manager splitter by address.
AllManagerSplittersQueryAllManagerSplittersRequestQueryAllManagerSplittersResponseGET /bitbadges/bitbadgeschain/managersplitterAllManagerSplitters queries all manager splitters.

Messages

QueryAllManagerSplittersRequest

QueryAllManagerSplittersRequest is request type for the Query/AllManagerSplitters RPC method.

Field#TypeRuleDescription
pagination1cosmos.base.query.v1beta1.PageRequestsingular

QueryAllManagerSplittersResponse

QueryAllManagerSplittersResponse is response type for the Query/AllManagerSplitters RPC method.

Field#TypeRuleDescription
managerSplitters1ManagerSplitterrepeated
pagination2cosmos.base.query.v1beta1.PageResponsesingular

QueryGetManagerSplitterRequest

QueryGetManagerSplitterRequest is request type for the Query/ManagerSplitter RPC method.

Field#TypeRuleDescription
address1stringsingular

QueryGetManagerSplitterResponse

QueryGetManagerSplitterResponse is response type for the Query/ManagerSplitter RPC method.

Field#TypeRuleDescription
managerSplitter1ManagerSplittersingular

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