nwaku/waku/v2/utils/pagination.nim
Oskar Thorén 37a3a4fadd
Refactor: Put waku_type content where it belongs (#333)
- Separate out types and methods into appropriate module
- Add util folder for small utils used in multiple independent places
- Update paths
2021-01-06 17:35:05 +08:00

12 lines
295 B
Nim

## Contains types and utilities for pagination.
##
## Used by both message store and store protocol.
import nimcrypto/hash
type
Index* = object
## This type contains the description of an Index used in the pagination of WakuMessages
digest*: MDigest[256]
receivedTime*: float64