UNPKG

@arkade-os/sdk

Version:

Bitcoin wallet SDK with Taproot and Ark integration

6 lines (5 loc) 314 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AsyncStorageAdapter = void 0; var asyncStorage_1 = require("../storage/asyncStorage"); Object.defineProperty(exports, "AsyncStorageAdapter", { enumerable: true, get: function () { return asyncStorage_1.AsyncStorageAdapter; } });