Open 0xDatapunk opened 1 month ago
https://github.com/privacy-scaling-explorations/zk-kit/blob/c912111c134b6bbefe223bb61ba22f864036e9ba/packages/imt/src/types/index.ts#L4
for JS/imt, it is clearer to define export type IMTNode = number | string | bigint; directly istead of any. All functions require such types anyway
https://github.com/privacy-scaling-explorations/zk-kit/blob/c912111c134b6bbefe223bb61ba22f864036e9ba/packages/imt/src/types/index.ts#L4
for JS/imt, it is clearer to define export type IMTNode = number | string | bigint; directly istead of any. All functions require such types anyway