Returns a list of storage item metadata for storage items of the specified palletId.
Name or index of the pallet to query the storage of. Note: the pallet name must match what is specified in the runtime metadata.
Only return the names (IDs) of the storage items instead of all of each storage item's metadata.
Block identifier, as the block height or block hash.
Pallet info and Array of storageItemIds.
Returns the value stored under the storageItemId. If it is a map, query param key1 is required. If the storage item is double map query params key1 and key2 are required.
Name or index of the pallet to query the storage of. Note: pallet name aligns with pallet name as specified in runtime metadata.
Id of the storage item to query for.
An array of storage keys.
Block identifier, as the block height or block hash.
Include the storage items metadata (including documentation) if set to true.
false