@ledgerhq/coin-internet_computer
Version:
Ledger Internet Computer integration
13 lines • 524 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.getEstimatedFees = void 0;
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);
}
exports.getEstimatedFees = getEstimatedFees;
//# sourceMappingURL=fee.js.map