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