Skip to Content

Connection

Connection = AllConnections[keyof AllConnections]

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

Union of the connection types in AllConnections, for example EVMConnection | SolanaConnection. The store of SatelliteConnectProvider uses it for activeConnection and connections.

Last updated on