solidity
import "solidity-scale-codec/src/Xcm/v5/PalletInfo/PalletInfo.sol";File-Level Structs
PalletInfo
solidity
struct PalletInfoInformation about a pallet on a Substrate-based chain.
| Field | Type | Description |
|---|---|---|
index | uint32 | The index which identifies the pallet. |
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. |
name | bytes | The name of the pallet. Max length is `MAX_PALLET_NAME_LEN`. |
moduleName | bytes | The module name of the pallet. Max length is `MAX_PALLET_NAME_LEN`. |
PalletInfo
Kind: source