childstate
getKeys(childKey: PrefixedStorageKey, prefix: StorageKey, at?: Hash): Vec<StorageKey>
interface:
childstate.getKeysjsonrpc:
childstate_getKeyssummary: Returns the keys with prefix from a child storage, leave empty to get all the keys
getKeysPaged(childKey: PrefixedStorageKey, prefix: StorageKey, count: u32, startKey?: StorageKey, at?: Hash): Vec<StorageKey>
interface:
childstate.getKeysPagedjsonrpc:
childstate_getKeysPagedsummary: Returns the keys with prefix from a child storage with pagination support
getStorage(childKey: PrefixedStorageKey, key: StorageKey, at?: Hash): Option<StorageData>
interface:
childstate.getStoragejsonrpc:
childstate_getStoragesummary: Returns a child storage entry at a specific block state
getStorageEntries(childKey: PrefixedStorageKey, keys: Vec<StorageKey>, at?: Hash): Vec<Option<StorageData>>
interface:
childstate.getStorageEntriesjsonrpc:
childstate_getStorageEntriessummary: Returns child storage entries for multiple keys at a specific block state
getStorageHash(childKey: PrefixedStorageKey, key: StorageKey, at?: Hash): Option<Hash>
interface:
childstate.getStorageHashjsonrpc:
childstate_getStorageHashsummary: Returns the hash of a child storage entry at a block state
getStorageSize(childKey: PrefixedStorageKey, key: StorageKey, at?: Hash): Option<u64>
interface:
childstate.getStorageSizejsonrpc:
childstate_getStorageSizesummary: Returns the size of a child storage entry at a block state