We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2fc5b6 commit afa7ff4Copy full SHA for afa7ff4
1 file changed
src/dlc/ark.js
@@ -1,3 +1,5 @@
1
+import { init, unlock, lock, balance, onboard, receive, sendOffChain, getServerUrl, getserverPubKeyHex, getWalletType, getClientType, getRoundLifetime } from 'ark-js';
2
+
3
// Initialize the wallet
4
await init(walletType, clientType, serverUrl, privateKey, password, chain);
5
0 commit comments