UNPKG

@tatumio/tatum

Version:

Tatum JS SDK

19 lines 630 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Chain = void 0; var Chain; (function (Chain) { Chain["Ethereum"] = "Ethereum"; Chain["Solana"] = "Solana"; Chain["Polygon"] = "Polygon"; Chain["Celo"] = "Celo"; Chain["Klaytn"] = "Klaytn"; Chain["Bitcoin"] = "Bitcoin"; Chain["Litecoin"] = "Litecoin"; Chain["BitcoinCash"] = "BitcoinCash"; Chain["Dogecoin"] = "Dogecoin"; Chain["Tron"] = "Tron"; Chain["BinanceSmartChain"] = "BinanceSmartChain"; Chain["Flare"] = "Flare"; })(Chain || (exports.Chain = Chain = {})); //# sourceMappingURL=Chain.js.map