sarga-cardano-wallet-js-dist/models/walletswallet-idtransactions-depth.js

12 lines
557 B
JavaScript
Raw Permalink Normal View History

2023-08-07 23:20:23 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.WalletswalletIdtransactionsDepthUnitEnum = void 0;
/**
* @export
* @enum {string}
*/
var WalletswalletIdtransactionsDepthUnitEnum;
(function (WalletswalletIdtransactionsDepthUnitEnum) {
WalletswalletIdtransactionsDepthUnitEnum["Block"] = "block";
})(WalletswalletIdtransactionsDepthUnitEnum = exports.WalletswalletIdtransactionsDepthUnitEnum || (exports.WalletswalletIdtransactionsDepthUnitEnum = {}));
//# sourceMappingURL=walletswallet-idtransactions-depth.js.map