Storage
Get a list of storage items for a pallet.
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.
successful operation
Name of the pallet.
"democracy"
Index of the pallet for looking up storage.
"15"
Array containing metadata for each storage entry of the pallet.
Get the value of a storage item.
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.
successful operation
Block number and hash at which the call was made.
Name of the pallet.
"democracy"
Index of the pallet for looking up storage.
"15"
Name of the storage item.
"referendumInfoOf"
N Storage keys passed in as the keys
query param.
Value returned by this storage query.
Metadata of a storage item from a FRAME pallet.