Connector<W>
Connector<
W> =BaseConnector|W
Defined in: types.ts:66
A connection in the store: the base fields, or a chain-specific connection type W.
Type Parameters
W
W extends BaseConnector
Chain-specific connection type, for example EVMConnection from @tuwaio/satellite-evm.
Last updated on