childstate
getKeys(childKey: PrefixedStorageKey, prefix: StorageKey, at?: Hash): Vec<StorageKey>
PrefixedStorageKey, prefix: StorageKey, at?: Hash): Vec<StorageKey>getKeysPaged(childKey: PrefixedStorageKey, prefix: StorageKey, count: u32, startKey?: StorageKey, at?: Hash): Vec<StorageKey>
PrefixedStorageKey, prefix: StorageKey, count: u32, startKey?: StorageKey, at?: Hash): Vec<StorageKey>getStorage(childKey: PrefixedStorageKey, key: StorageKey, at?: Hash): Option<StorageData>
PrefixedStorageKey, key: StorageKey, at?: Hash): Option<StorageData>getStorageEntries(childKey: PrefixedStorageKey, keys: Vec<StorageKey>, at?: Hash): Vec<Option<StorageData>>
PrefixedStorageKey, keys: Vec<StorageKey>, at?: Hash): Vec<Option<StorageData>>getStorageHash(childKey: PrefixedStorageKey, key: StorageKey, at?: Hash): Option<Hash>
PrefixedStorageKey, key: StorageKey, at?: Hash): Option<Hash>getStorageSize(childKey: PrefixedStorageKey, key: StorageKey, at?: Hash): Option<u64>
PrefixedStorageKey, key: StorageKey, at?: Hash): Option<u64>Last updated