All chains
    Preparing search index...

    Type Alias PreimagesBounded

    PreimagesBounded: Enum<
        {
            Inline: Binary;
            Legacy: { hash: FixedSizeBinary<32> };
            Lookup: { hash: FixedSizeBinary<32>; len: number };
        },
    >