offchain_localStorageSet {disallowed} - Kusama
Example code for the offchain_localStorageSet {disallowed} json-rpc method. Сomplete guide on how to use offchain_localStorageSet {disallowed} json-rpc in GetBlock.io Web3 documentation.
Parameters
kind
- StorageKind
None
key
- Bytes
None
value
- Bytes
None
Request
curl --location --request POST 'https://go.getblock.io/<ACCESS-TOKEN>/' \
--header 'Content-Type: application/json' \
--data-raw '{"jsonrpc": "2.0",
"method": "offchain_localStorageSet",
"params": [null, null, null],
"id": "getblock.io"}'
Response
{
"result": "null",
"id": "getblock.io",
"status_code": 405,
"message": "Method not allowed"
}
Previousoffchain_localStorageGet {disallowed} - KusamaNextpayment_queryFeeDetails {disallowed} - Kusama
Last updated