@tuwaio/satellite-connect-monorepo
Connection
Connection =
AllConnections[keyofAllConnections]
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