package cosmos.base.query.v1beta1

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

message PageRequest

pagination.proto:13

PageRequest is to be embedded in gRPC request messages for efficient pagination. Ex: message SomeRequest { Foo some_parameter = 1; PageRequest page = 2; }

Used in: auth.v1beta1.QueryAccountsRequest, authz.v1beta1.QueryGrantsRequest, bank.v1beta1.QueryAllBalancesRequest, bank.v1beta1.QueryDenomsMetadataRequest, bank.v1beta1.QueryTotalSupplyRequest, tendermint.v1beta1.GetLatestValidatorSetRequest, tendermint.v1beta1.GetValidatorSetByHeightRequest, distribution.v1beta1.QueryValidatorSlashesRequest, evidence.v1beta1.QueryAllEvidenceRequest, feegrant.v1beta1.QueryAllowancesRequest, gov.v1beta1.QueryDepositsRequest, gov.v1beta1.QueryProposalsRequest, gov.v1beta1.QueryVotesRequest, slashing.v1beta1.QuerySigningInfosRequest, staking.v1beta1.QueryDelegatorDelegationsRequest, staking.v1beta1.QueryDelegatorUnbondingDelegationsRequest, staking.v1beta1.QueryDelegatorValidatorsRequest, staking.v1beta1.QueryRedelegationsRequest, staking.v1beta1.QueryValidatorDelegationsRequest, staking.v1beta1.QueryValidatorUnbondingDelegationsRequest, staking.v1beta1.QueryValidatorsRequest, tx.v1beta1.GetTxsEventRequest, ibc.applications.transfer.v1.QueryDenomTracesRequest, ibc.core.channel.v1.QueryChannelsRequest, ibc.core.channel.v1.QueryConnectionChannelsRequest, ibc.core.channel.v1.QueryPacketAcknowledgementsRequest, ibc.core.channel.v1.QueryPacketCommitmentsRequest, ibc.core.client.v1.QueryClientStatesRequest, ibc.core.client.v1.QueryConsensusStatesRequest, ibc.core.connection.v1.QueryConnectionsRequest, rizonworld.rizon.treasury.QueryCurrenciesRequest

message PageResponse

pagination.proto:41

PageResponse is to be embedded in gRPC response messages where the corresponding request message has used PageRequest message SomeResponse { repeated Bar results = 1; PageResponse page = 2; }

Used in: auth.v1beta1.QueryAccountsResponse, authz.v1beta1.QueryGrantsResponse, bank.v1beta1.QueryAllBalancesResponse, bank.v1beta1.QueryDenomsMetadataResponse, bank.v1beta1.QueryTotalSupplyResponse, tendermint.v1beta1.GetLatestValidatorSetResponse, tendermint.v1beta1.GetValidatorSetByHeightResponse, distribution.v1beta1.QueryValidatorSlashesResponse, evidence.v1beta1.QueryAllEvidenceResponse, feegrant.v1beta1.QueryAllowancesResponse, gov.v1beta1.QueryDepositsResponse, gov.v1beta1.QueryProposalsResponse, gov.v1beta1.QueryVotesResponse, slashing.v1beta1.QuerySigningInfosResponse, staking.v1beta1.QueryDelegatorDelegationsResponse, staking.v1beta1.QueryDelegatorUnbondingDelegationsResponse, staking.v1beta1.QueryDelegatorValidatorsResponse, staking.v1beta1.QueryRedelegationsResponse, staking.v1beta1.QueryValidatorDelegationsResponse, staking.v1beta1.QueryValidatorUnbondingDelegationsResponse, staking.v1beta1.QueryValidatorsResponse, tx.v1beta1.GetTxsEventResponse, ibc.applications.transfer.v1.QueryDenomTracesResponse, ibc.core.channel.v1.QueryChannelsResponse, ibc.core.channel.v1.QueryConnectionChannelsResponse, ibc.core.channel.v1.QueryPacketAcknowledgementsResponse, ibc.core.channel.v1.QueryPacketCommitmentsResponse, ibc.core.client.v1.QueryClientStatesResponse, ibc.core.client.v1.QueryConsensusStatesResponse, ibc.core.connection.v1.QueryConnectionsResponse, rizonworld.rizon.treasury.QueryCurrenciesResponse