TrackedDataSpec
React-local alias for the Kit primitive's config. Lets the call site name the input shape as
TrackedDataSpec<TRpcValue, TSubscriptionValue, TItem> instead of the verbose
CreateReactiveStoreWithInitialValueAndSlotTrackingConfig<...>.
Type Parameters
| Type Parameter | Description |
|---|---|
TRpcValue | The value inside the initial RPC SolanaRpcResponse envelope. |
TSubscriptionValue | The value inside subscription SolanaRpcResponse notifications. |
TItem | The unified item type produced by the two mappers and stored in the result. |