childstate_getKeysPaged - JSON-RPC Method
List child storage keys with pagination 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 child storage keys for a given child root and key prefix, paginated.
Code Examples
Notes
- Replace
0xCHILD_STORAGE_KEYwith the child trie root you want to inspect. - Use
"0x"as the prefix to enumerate the whole trie, then page forward with the returned cursor.