sarga-cardano-wallet-js-dist/models/api-byron-wallet-ledger-post-data.js

12 lines
537 B
JavaScript
Raw Normal View History

2023-08-07 23:20:23 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ApiByronWalletLedgerPostDataStyleEnum = void 0;
/**
* @export
* @enum {string}
*/
var ApiByronWalletLedgerPostDataStyleEnum;
(function (ApiByronWalletLedgerPostDataStyleEnum) {
ApiByronWalletLedgerPostDataStyleEnum["Ledger"] = "ledger";
})(ApiByronWalletLedgerPostDataStyleEnum = exports.ApiByronWalletLedgerPostDataStyleEnum || (exports.ApiByronWalletLedgerPostDataStyleEnum = {}));
//# sourceMappingURL=api-byron-wallet-ledger-post-data.js.map