Skip to main content

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: 53
namestringrequired

Pallet's name.

Example: Balances
MetadataPalletSummary
{
"index": 53,
"name": "Balances"
}