@ledgerhq/coin-internet_computer
Version:
Ledger Internet Computer integration
12 lines • 489 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.getEstimatedFees = getEstimatedFees;
const bignumber_js_1 = __importDefault(require("bignumber.js"));
const consts_1 = require("../../consts");
function getEstimatedFees() {
return new bignumber_js_1.default(consts_1.ICP_FEES);
}
//# sourceMappingURL=fee.js.map