Skip to Content
API referenceSatellite ReactSrcType AliasesConnection

API Reference for TUWA Satellite headless wallet connectivity and session state management.


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