UNPKG

@ledgerhq/live-common

Version:
10 lines 276 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Fee = void 0; var Fee; (function (Fee) { Fee["FAST"] = "Fast"; Fee["MEDIUM"] = "Medium"; Fee["SLOW"] = "Slow"; })(Fee || (exports.Fee = Fee = {})); //# sourceMappingURL=Fee.js.map