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