childstate_getStorageHash - JSON-RPC Method
Get the storage hash for a child storage key on Bittensor.
Description
Read from child tries (nested storage) including listing keys and fetching values. Useful for pallets that isolate state in child trees.
Returns the storage hash for a child storage key.
Code Examples
Notes
- Replace
0xCHILD_STORAGE_KEYwith the child trie root and0xSTORAGE_KEYwith the entry you want to fingerprint. - Use this when you need a compact integrity check for child storage without fetching the full SCALE payload.