CreateReactiveStoreWithInitialValueAndSlotTrackingConfig
Configuration for createReactiveStoreWithInitialValueAndSlotTracking. Pairs a one-shot initial-value source with an ongoing stream source so the resulting store can hydrate from the initial response and keep up to date with notifications, slot-deduplicating the two sources.
Type Parameters
| Type Parameter | Description |
|---|---|
TInitialValue | The value type produced by initialValueSource (inside the SolanaRpcResponse envelope). |
TStreamValue | The value type emitted by streamSource (inside the SolanaRpcResponse envelope). |
TItem | The unified item type the store holds, produced by the two value mappers. |