UNPKG

chaingate

Version:

A complete TypeScript library for connecting to and making transactions on different blockchains

13 lines 488 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UtxoFee = void 0; const CurrencyFee_1 = require("../../CurrencyFee"); class UtxoFee extends CurrencyFee_1.CurrencyFee { feePerKb; constructor(feePerKb, isApproximate, enoughFunds, confirmationTimeSecs, feeAmount) { super(isApproximate, enoughFunds, confirmationTimeSecs, feeAmount); this.feePerKb = feePerKb; } } exports.UtxoFee = UtxoFee; //# sourceMappingURL=UtxoFee.js.map