UNPKG

@lifi/types

Version:
11 lines 343 B
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