package
0.0.0-20220620005849-a315113d9162
Repository: https://github.com/mycodeku/transtionhelper.git
Documentation: pkg.go.dev

# 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`.
DefaultPage is the default `page` number for queries.
MaxLimit is the maximum limit the paginate function can handle which equals the maximum value that can be stored in uint64.

# 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.