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