Skip to main content

childstate_getStorageSize

Description#

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

Returns the length (in bytes) of a child storage value.

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_getStorageSize","params":[],"id":1}'