@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
9 lines • 732 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LEDGER_POOL_IDS = exports.DEFAULT_SELECTED_POOL_ID = exports.fetchPoolDetails = void 0;
var getPools_1 = require("@ledgerhq/coin-cardano/api/getPools");
Object.defineProperty(exports, "fetchPoolDetails", { enumerable: true, get: function () { return getPools_1.fetchPoolDetails; } });
var utils_1 = require("@ledgerhq/coin-cardano/utils");
Object.defineProperty(exports, "DEFAULT_SELECTED_POOL_ID", { enumerable: true, get: function () { return utils_1.DEFAULT_SELECTED_POOL_ID; } });
Object.defineProperty(exports, "LEDGER_POOL_IDS", { enumerable: true, get: function () { return utils_1.LEDGER_POOL_IDS; } });
//# sourceMappingURL=staking.js.map