Interface CumulusPalletParachainSystemCall

Name

CumulusPalletParachainSystemCall (340)

Hierarchy

  • Enum
    • CumulusPalletParachainSystemCall

Properties

asAuthorizeUpgrade: {
    checkVersion: bool;
    codeHash: H256;
} & Struct<TypesDef<Codec>, {}, {}>
asEnactAuthorizedUpgrade: {
    code: Bytes;
} & Struct<TypesDef<Codec>, {}, {}>
asSetValidationData: {
    data: CumulusPrimitivesParachainInherentParachainInherentData;
} & Struct<TypesDef<Codec>, {}, {}>
asSudoSendUpwardMessage: {
    message: Bytes;
} & Struct<TypesDef<Codec>, {}, {}>
isAuthorizeUpgrade: boolean
isEnactAuthorizedUpgrade: boolean
isSetValidationData: boolean
isSudoSendUpwardMessage: boolean
type: "SetValidationData" | "SudoSendUpwardMessage" | "AuthorizeUpgrade" | "EnactAuthorizedUpgrade"