mirror of
https://github.com/logos-messaging/js-rln.git
synced 2026-01-03 06:03:08 +00:00
fix: export MembershipKey class
This commit is contained in:
parent
38fdb53740
commit
462b6e5ccf
@ -1,4 +1,5 @@
|
||||
import type { MembershipKey, Proof, RLNInstance } from "./rln.js";
|
||||
import type { Proof, RLNInstance } from "./rln.js";
|
||||
import { MembershipKey } from "./rln.js";
|
||||
|
||||
// reexport the create function, dynamically imported from rln.ts
|
||||
export async function create(): Promise<RLNInstance> {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user