CreateReactiveStoreWithInitialValueAndSlotTrackingConfig
Configuration for createReactiveStoreWithInitialValueAndSlotTracking. Pairs a one-shot RPC fetch with an ongoing subscription so the resulting store can hydrate from the initial response and keep up to date with notifications, slot-deduplicating the two streams.
Type Parameters
| Type Parameter | Description |
|---|---|
TRpcValue | The value type returned by rpcRequest (inside the SolanaRpcResponse envelope). |
TSubscriptionValue | The value type emitted by rpcSubscriptionRequest (inside the SolanaRpcResponse envelope). |
TItem | The unified item type the store holds, produced by the two value mappers. |