Functions
getDefaultResponseTransformerForSolanaRpcSubscriptions
getDefaultResponseTransformerForSolanaRpcSubscriptions<
TApi
>(config?
):RpcResponseTransformer
Returns the default response transformer for the Solana RPC Subscriptions API.
Under the hood, this function composes the getBigIntUpcastResponseTransformer.
Type Parameters
Type Parameter |
---|
TApi |
Parameters
Parameter | Type |
---|---|
config? | Readonly <{ allowedNumericKeyPaths? : Partial <Record <keyof TApi , readonly KeyPath []>>; }> |
Returns
RpcResponseTransformer