Docs

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_KEY with the child trie root and 0xSTORAGE_KEY with the entry you want to fingerprint.
  • Use this when you need a compact integrity check for child storage without fetching the full SCALE payload.