All chains
    Preparing search index...

    Type Alias PreimageEvent

    PreimageEvent: Enum<
        {
            Cleared: { hash: FixedSizeBinary<32> };
            Noted: { hash: FixedSizeBinary<32> };
            Requested: { hash: FixedSizeBinary<32> };
        },
    >