UnwrapRpcResponse
Unwraps SolanaRpcResponse<U> → U at the type level so callers can surface
the inner value without losing static type information. Values that are not
wrapped in a SolanaRpcResponse envelope pass through unchanged.
Pairs with splitSolanaRpcResponse for runtime detection.
Type Parameters
| Type Parameter | Description |
|---|---|
T | The raw notification shape. |