Skip to content
solidity
import "solidity-scale-codec/src/Xcm/v5/PalletInfo/PalletInfo.sol";

File-Level Structs

PalletInfo

solidity
struct PalletInfo

Information about a pallet on a Substrate-based chain.

FieldTypeDescription
indexuint32The index which identifies the pallet.
majoruint32The major version of the crate which implements the pallet.
minoruint32The minor version of the crate which implements the pallet.
patchuint32The patch version of the crate which implements the pallet.
namebytesThe name of the pallet. Max length is `MAX_PALLET_NAME_LEN`.
moduleNamebytesThe module name of the pallet. Max length is `MAX_PALLET_NAME_LEN`.

PalletInfo

Kind: source