Skip to main content

state_getChildReadProof RPC Method

Returns proof of storage for child key entries at a specific block state.

Updated on
Oct 4, 2023

state_getChildReadProof RPC Method

Parameters

PrefixedStorageKey
string
REQUIRED
The prefix of the child storage key entries for which you want to retrieve the proof
StorageKey
array
REQUIRED
An array of strings representing the child storage keys for which you want to obtain the proof
BlockHash
string
The hash of a specific block in the chain

Returns

ReadProof
object
An object containing the proof of storage for the specified child key entries
Request
1
curl https://docs-demo.dot-mainnet.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"method":"state_getChildReadProof","params":["PrefixedStorageKey", "StorageKey"],"id":1,"jsonrpc":"2.0"}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free