File: src/Xcm/v5/PalletInfo/PalletInfo.sol
PalletInfo
Kind: source
Structs
struct PalletInfo
Information about a pallet on a Substrate-based chain.
| Field | Type | Description |
|---|---|---|
index | uint32 | The index which identifies the pallet. |
name | uint8\[\] | The name of the pallet. Max length is `MAX_PALLET_NAME_LEN`. |
moduleName | uint8\[\] | The module name of the pallet. Max length is `MAX_PALLET_NAME_LEN`. |
major | uint32 | The major version of the crate which implements the pallet. |
minor | uint32 | The minor version of the crate which implements the pallet. |
patch | uint32 | The patch version of the crate which implements the pallet. |