n3-sdk 0.1.11 → 0.1.12

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.
package/dist/client.d.ts CHANGED
@@ -146,5 +146,6 @@ declare class N3ClientSDK {
146
146
  };
147
147
  constructor(env: N3Env);
148
148
  }
149
+ declare function createN3Client(env: N3Env): N3ClientSDK;
149
150
 
150
- export { N3ClientSDK, N3Env, NoteStore, NoteStore as NoteStoreT, buildOrderIntent, buildOrderIntentFromStore, buildWithdrawIntent, N3ClientSDK as default, fetchPinFromIndexer, getDomainEnvClient };
151
+ export { N3ClientSDK, N3Env, NoteStore, NoteStore as NoteStoreT, buildOrderIntent, buildOrderIntentFromStore, buildWithdrawIntent, createN3Client, N3ClientSDK as default, fetchPinFromIndexer, getDomainEnvClient };