Dispatchables
Get a list of dispatchables for a pallet.
Returns a list of dispatchable item metadata for distpachable items of the specified palletId.
Name or index of the pallet to read dispatchable 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 dispatchables.
"14"
Array containing metadata for each dispatchable entry of the pallet.
Get the value of a dispatchable item.
Returns the value stored under the dispatchableItemId.
Name or index of the pallet to read dispatchable metadata for. Note: the pallet name must match what is specified in the runtime metadata.
Id of the dispatchable item to query for.
successful operation
Name of the pallet.
"democracy"
Index of the pallet for looking up dispatchables.
"14"
Name of the dispatchable item.
"vote"
Metadata of a dispatchable item from a FRAME pallet.