Variable: allSupportedChains
constallSupportedChains: {APTOS: typeofAptosChain;CANTON: typeofCantonChain;EVM: typeofEVMChain;SUI: typeofSuiChain;SVM: typeofSolanaChain;TON: typeofTONChain; }
Defined in: all-chains.ts:19
Map of all supported chain families to their implementations. Importing this includes all chain dependencies in the bundle.
Type Declaration
APTOS
APTOS: typeof
AptosChain=AptosChain
CANTON
CANTON: typeof
CantonChain=CantonChain
EVM
EVM: typeof
EVMChain=EVMChain
SUI
SUI: typeof
SuiChain=SuiChain
SVM
SVM: typeof
SolanaChain=SolanaChain
TON
TON: typeof
TONChain=TONChain