UNPKG

@funded-labs/plug-controller

Version:

Internet Computer Plug wallet's controller

18 lines (17 loc) 670 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const PlugKeyRing_1 = __importDefault(require("./PlugKeyRing")); const account_1 = require("./utils/account"); const dab_1 = require("./utils/dab"); const idl_1 = require("./utils/idl"); exports.default = { PlugKeyRing: PlugKeyRing_1.default, getAccountId: account_1.getAccountId, getCanisterInfo: dab_1.getCanisterInfo, getMultipleCanisterInfo: dab_1.getMultipleCanisterInfo, IDLDecode: idl_1.decode, IDLEncode: idl_1.encode, };