sarga-cardano-wallet-js-dist/models/byronwallets-balance-available.js

12 lines
531 B
JavaScript
Raw Normal View History

2023-08-07 23:20:23 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ByronwalletsBalanceAvailableUnitEnum = void 0;
/**
* @export
* @enum {string}
*/
var ByronwalletsBalanceAvailableUnitEnum;
(function (ByronwalletsBalanceAvailableUnitEnum) {
ByronwalletsBalanceAvailableUnitEnum["Lovelace"] = "lovelace";
})(ByronwalletsBalanceAvailableUnitEnum = exports.ByronwalletsBalanceAvailableUnitEnum || (exports.ByronwalletsBalanceAvailableUnitEnum = {}));
//# sourceMappingURL=byronwallets-balance-available.js.map