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 pagination = 2; }

Used in: althea.erc20.v1.QueryTokenPairsRequest, canto.csr.v1.QueryCSRsRequest, canto.epochs.v1.QueryEpochsInfoRequest, canto.erc20.v1.QueryTokenPairsRequest, canto.fees.v1.QueryDeployerFeesRequest, canto.fees.v1.QueryFeesRequest, ethermint.evm.v1.QueryTxLogsRequest

message PageResponse

pagination.proto:47

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: althea.erc20.v1.QueryTokenPairsResponse, canto.csr.v1.QueryCSRsResponse, canto.epochs.v1.QueryEpochsInfoResponse, canto.erc20.v1.QueryTokenPairsResponse, canto.fees.v1.QueryDeployerFeesResponse, canto.fees.v1.QueryFeesResponse, ethermint.evm.v1.QueryTxLogsResponse