Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllChains = map[core.CoinType]chain_abstraction.Chain{ core.CoinTypeBitcoin: bitcoincompatible.NewBitcoinChain(), core.CoinTypeLitecoin: bitcoincompatible.NewLitecoinChain(), core.CoinTypeBitcoinCash: bitcoincompatible.NewBitcoinCashChain(), core.CoinTypeDogecoin: bitcoincompatible.NewDogecoinChain(), core.CoinTypeEthereum: ethereumcompatible.NewEthereumChain(), core.CoinTypeSmartChain: ethereumcompatible.NewBSCChain(), core.CoinTypePolygon: ethereumcompatible.NewPolygonChain(), core.CoinTypeAvalancheCChain: ethereumcompatible.NewAvalancheChain(), core.CoinTypeArbitrum: ethereumcompatible.NewArbitrumChain(), core.CoinTypeBase: ethereumcompatible.NewBaseChain(), core.CoinTypeOptimism: ethereumcompatible.NewOptimismChain(), core.CoinTypeCosmos: cosmoschain.NewCosmosChain(), core.CoinTypeCardano: cardanochain.NewCardanoChain(), core.CoinTypeAlgorand: algorandchain.NewAlgorandChain(), core.CoinTypeHedera: hederachain.NewHederaChain(), core.CoinTypeNear: nearchain.NewNEARChain(), core.CoinTypeSolana: solanachain.NewSolanaChain(), core.CoinTypeSui: suichain.NewSuiChain(), core.CoinTypeTON: tonchain.NewTONChain(), core.CoinTypeTron: tronchain.NewTronChain(), core.CoinTypeXRP: xrpchain.NewXRPChain(), core.CoinTypeEOS: eoschain.NewEOSChain(), core.CoinTypeVeChain: vechainchain.NewVeChainChain(), core.CoinTypeInternetComputer: icpchain.NewICPChain(), }
All chains available for registration
Functions ¶
func GetBitcoinCompatibleChains ¶
func GetBitcoinCompatibleChains() map[core.CoinType]chain_abstraction.Chain
GetBitcoinCompatibleChains returns all Bitcoin-compatible chains
func GetEthereumCompatibleChains ¶
func GetEthereumCompatibleChains() map[core.CoinType]chain_abstraction.Chain
GetEthereumCompatibleChains returns all Ethereum-compatible chains
func RegisterAll ¶
func RegisterAll(registry *chain_abstraction.ChainRegistry)
RegisterAll registers all available chains to the given registry
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.