Skip to main content

chain_unsubscribeRuntimeVersion RPC Method

Allows clients to unsubscribe from receiving updates on the runtime version via subscription.

Updated on
Oct 4, 2023

chain_unsubscribeRuntimeVersion RPC Method

Parameters

This method does not accept any parameters

Returns

result
boolean
A boolean value indicating the success of the unsubscription process. If true, the unsubscription was successful. If false, there might have been an error in the unsubscription process
Request
1
wscat -c \
2
# wait for connection
3
{"id":1,"jsonrpc":"2.0","method":"chain_unsubscribeRuntimeVersion","params":[]}
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free