getRpcSubscriptionsChannelWithBigIntJSONSerialization
Similarly, to getRpcSubscriptionsChannelWithJSONSerialization, this function will
stringify and parse JSON message to and from the given string
channel. However, this function
parses any integer value as a BigInt
in order to safely handle numbers that exceed the
JavaScript Number.MAX_SAFE_INTEGER
value.
Parameters
Parameter | Type |
---|---|
channel | RpcSubscriptionsChannel <string , string > |
Returns
RpcSubscriptionsChannel
<unknown
, unknown
>