Returns a list of const item metadata for constant items of the specified palletId.
Name or index of the pallet to read constant metadata for. Note: the pallet name must match what is specified in the runtime metadata.
successful operation
Block number and hash at which the call was made.
Name of the pallet.
"democracy"
Index of the pallet for looking up constants.
"14"
Array containing metadata for each constant entry of the pallet.
Returns the value stored under the constantItemId.
Name or index of the pallet to read constant metadata for. Note: the pallet name must match what is specified in the runtime metadata.
Id of the const item to query for.
successful operation
Name of the pallet.
"democracy"
Index of the pallet for looking up constants.
"14"
Name of the constant item.
"EnactmentPeriod"
Metadata of an constant item from a FRAME pallet.