Skip to main content

childstate_getStorageEntries

Description#

Read from child tries (nested storage) including listing keys and fetching values. Useful for pallets that isolate state in child trees.

Returns multiple child storage entries for the specified keys.

Code Examples#

curl -X POST https://api-bittensor-mainnet.n.dwellir.com/YOUR_API_KEY \
+ -H 'Content-Type: application/json' \
+ -d '{"jsonrpc":"2.0","method":"childstate_getStorageEntries","params":[],"id":1}'