Skip to Content

AllConnections

Defined in: satellite-react/src/types.ts:7 

Connection types by chain family, filled by module augmentation. Importing @tuwaio/satellite-react/evm adds EVMConnection from @tuwaio/satellite-evm, and importing @tuwaio/satellite-react/solana adds SolanaConnection from @tuwaio/satellite-solana. It is empty until one of them is imported.

Properties

evm

evm: EVMConnection

Defined in: satellite-react/src/evm/index.ts:23 

EVM connections (EVMConnection from @tuwaio/satellite-evm), added by @tuwaio/satellite-react/evm.


solana

solana: SolanaConnection

Defined in: satellite-react/src/solana/index.ts:23 

Solana connections (SolanaConnection from @tuwaio/satellite-solana), added by @tuwaio/satellite-react/solana.

Last updated on