sarga-cardano-wallet-js-dist/models/api-byron-wallet-ledger-post-data.js
2023-08-08 01:20:23 +02:00

12 lines
537 B
JavaScript

"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