lecoffre-ressources/dist/Notary/EBlockchainName.js
2023-09-20 12:23:03 +02:00

8 lines
250 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var EBlockchainName;
(function (EBlockchainName) {
EBlockchainName["TEZOS"] = "TEZOS";
})(EBlockchainName || (EBlockchainName = {}));
exports.default = EBlockchainName;