Docs

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_KEY with the actual child trie root and 0xSTORAGE_KEY with 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.