UNPKG

@nubit/modular-indexer-light-sdk

Version:

WebAssembly-based Nubit Modular Indexer (Light) SDK for Bitcoin meta-protocol verification

5 lines (3 loc) 112 B
import { SDK } from './worker'; export declare function create(): Promise<SDK>; export type * from './worker';