mirror of
https://github.com/logos-messaging/js-rln.git
synced 2026-01-03 06:03:08 +00:00
refactor: more appropriate name
This commit is contained in:
parent
964df013ea
commit
84803d77e5
@ -5,7 +5,7 @@ import {
|
||||
MessageV0,
|
||||
} from "js-waku/lib/waku_message/version_0";
|
||||
|
||||
import { RLNDecoder, RLNEncoder } from "./encoder.js";
|
||||
import { RLNDecoder, RLNEncoder } from "./codec.js";
|
||||
|
||||
import * as rln from "./index.js";
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import { RLNDecoder, RLNEncoder } from "./encoder.js";
|
||||
import { RLNDecoder, RLNEncoder } from "./codec.js";
|
||||
import type { Proof, RLNInstance } from "./rln.js";
|
||||
import { MembershipKey } from "./rln.js";
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user