UNPKG

@akashicpay/sdk

Version:

SDK to interact with the Akashic ecosystem

9 lines 337 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.generateOTK = generateOTK; const sdk_bip39_1 = require("@activeledger/sdk-bip39"); async function generateOTK() { const kh = new sdk_bip39_1.KeyHandler(); return await kh.generateBIP39Key('otk', true); } //# sourceMappingURL=generate-otk.js.map