@locuschain/lib 0.1.15 → 0.1.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,10 +1,7 @@
1
1
  export * from '../autogen/wasm.mjs';
2
2
  export * from '../autogen/rpc.mjs';
3
- import "./locus-wasm-bridge.mjs";
4
- import { load, loadSync } from './lclib.mjs';
5
3
  import { TxValidator } from './tx-validator.mjs';
6
- export declare const loadLocusWasm: typeof load;
7
- export declare const loadLocusWasmSync: typeof loadSync;
4
+ export declare const loadLocusWasm: () => Promise<any>;
8
5
  export declare const txValidator: TxValidator;
9
6
  export declare const verifyTxParams: (rpcResult: {
10
7
  hash: string;
@@ -1,10 +1,7 @@
1
1
  export * from '../autogen/wasm.mjs';
2
2
  export * from '../autogen/rpc.mjs';
3
- import "./locus-wasm-bridge.mjs";
4
- import { load, loadSync } from './lclib.mjs';
5
3
  import { TxValidator } from './tx-validator.mjs';
6
- export declare const loadLocusWasm: typeof load;
7
- export declare const loadLocusWasmSync: typeof loadSync;
4
+ export declare const loadLocusWasm: () => Promise<any>;
8
5
  export declare const txValidator: TxValidator;
9
6
  export declare const verifyTxParams: (rpcResult: {
10
7
  hash: string;