mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-07-24 13:33:16 +00:00
* move rln specific procs and types * Renaming and restructuring RLN module * Rename waku_rln_relay to waku_rln * rename rln-relay types to rln * Fix linting * update logScope topics to match new rln module name * Rename waku_rln module to rln * Rename WakuRln type to Rln, rename FFI raw type to RlnRaw to avoid collision * Apply nph formatting * Rename local rlnRelay to rln in mountRlnRelay
4 lines
133 B
Nim
4 lines
133 B
Nim
import ./rln/group_manager, ./rln/conversion_utils, ./rln/rln, ./rln/contract
|
|
|
|
export group_manager, conversion_utils, rln, contract
|