Skip to content

File: src/Xcm/v5/PalletInfo/PalletInfo.sol

PalletInfo

Kind: source

Structs

struct PalletInfo

Information about a pallet on a Substrate-based chain.

FieldTypeDescription
indexuint32The index which identifies the pallet.
nameuint8\[\]The name of the pallet. Max length is `MAX_PALLET_NAME_LEN`.
moduleNameuint8\[\]The module name of the pallet. Max length is `MAX_PALLET_NAME_LEN`.
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.

Created with solidity-doc-generator