cardano-wallet-js
Version:
javascript/typescript client for the official cardano-wallet api
12 lines • 540 B
JavaScript
;
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