@lifi/types
Version:
Types for the LI.FI stack
11 lines • 343 B
JavaScript
export var ChainType;
(function (ChainType) {
ChainType["EVM"] = "EVM";
// Solana virtual machine
ChainType["SVM"] = "SVM";
// Move virtual machine
ChainType["MVM"] = "MVM";
// Unspent transaction output (e.g. Bitcoin)
ChainType["UTXO"] = "UTXO";
})(ChainType || (ChainType = {}));
//# sourceMappingURL=Chain.js.map