MetadataPalletSummary
The summary of a pallet defined in metadata, with only its index and name.
indexint32required
Pallet's index inside the metadata.
Possible values: >= 0
Example:
53namestringrequired
Pallet's name.
Example:
BalancesMetadataPalletSummary
{
"index": 53,
"name": "Balances"
}