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