Docs

state_getStorageHashAt - JSON-RPC Method

Get the storage hash for a key at a specific block on Bittensor.

Description

Read SCALE‑encoded storage for a key (optionally at a specific block). Use to fetch on‑chain state deterministically and to implement historical reads.

Returns the storage hash for a key at the given block hash.

Code Examples