childstate_getStorage - JSON-RPC Method
Read a child storage value by 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 SCALE-encoded value for a child storage key.
Code Examples
Notes
- Replace
0xCHILD_STORAGE_KEYwith the actual child trie root and0xSTORAGE_KEYwith a concrete key inside that trie. - Child-storage lookups are runtime-specific. Without a valid child trie root, the node will reject the request or return no data.