@tatumio/tatum
Version:
Tatum JS SDK
15 lines (14 loc) • 343 B
TypeScript
export declare enum Chain {
Ethereum = "Ethereum",
Solana = "Solana",
Polygon = "Polygon",
Celo = "Celo",
Klaytn = "Klaytn",
Bitcoin = "Bitcoin",
Litecoin = "Litecoin",
BitcoinCash = "BitcoinCash",
Dogecoin = "Dogecoin",
Tron = "Tron",
BinanceSmartChain = "BinanceSmartChain",
Flare = "Flare"
}