Returns a list of event item metadata for event items of the specified palletId.
/pallets/{palletId}/events
Name or index of the pallet to read event metadata for. Note: the pallet name must match what is specified in the runtime metadata.
Only return the names (IDs) of the event items instead of every event's metadata.
Block identifier, as the block height or block hash.
Returns the value stored under the eventItemId.
/pallets/{palletId}/events/{eventItemId}
Name or index of the pallet to read event metadata for. Note: the pallet name must match what is specified in the runtime metadata.
Id of the event item to query for.
Block identifier, as the block height or block hash.
Include the event items metadata (including documentation) if set to true.