Skip to Content
API referenceSatellite ReactSrcType AliasesConnection

@tuwaio/satellite-connect-monorepo


Connection

Connection = AllConnections[keyof AllConnections]

Defined in: packages/satellite-react/src/types.ts:23 

Union type for all supported connection types. It’s created from the values of the AllConnections interface. e.g., { evm: EVMConnection, solana: SolanaConnection } -> EVMConnection | SolanaConnection

Last updated on