# Functions
FilteredPaginate does pagination of all the results in the PrefixStore based on the provided PageRequest.
Paginate does pagination of all the results in the PrefixStore based on the provided PageRequest.
ParsePagination validate PageRequest and returns page number & limit.
# Constants
DefaultLimit is the default `limit` for queries if the `limit` is not supplied, paginate will use `DefaultLimit`.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
PageRequest is to be embedded in gRPC request messages for efficient pagination.
PageResponse is to be embedded in gRPC response messages where the corresponding request message has used PageRequest.