Name

PalletPreimageEvent (57)

Hierarchy

  • Enum
    • PalletPreimageEvent

Properties

asCleared: {
    hash_: H256;
} & Struct<TypesDef<Codec>, {}, {}>
asNoted: {
    hash_: H256;
} & Struct<TypesDef<Codec>, {}, {}>
asRequested: {
    hash_: H256;
} & Struct<TypesDef<Codec>, {}, {}>
isCleared: boolean
isNoted: boolean
isRequested: boolean
type: "Noted" | "Requested" | "Cleared"