@ledgerhq/coin-mina
Version:
9 lines • 380 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const api_1 = require("../api");
const getEstimatedFees = async (transaction, address) => {
const { fee, accountCreationFee } = await (0, api_1.getFees)(transaction, address);
return { fee, accountCreationFee };
};
exports.default = getEstimatedFees;
//# sourceMappingURL=getEstimatedFees.js.map