@lightprotocol/stateless.js - v0.22.1-alpha.1
    Preparing search index...

    Variable SignatureListWithCursorResultConst

    SignatureListWithCursorResult: Struct<
        {
            items: { blockTime: number; signature: string; slot: number }[];
            cursor: string | null;
        },
        {
            items: Struct<
                { blockTime: number; signature: string; slot: number }[],
                Struct<
                    { blockTime: number; signature: string; slot: number },
                    {
                        blockTime: Struct<number, null>;
                        signature: Struct<string, null>;
                        slot: Struct<number, null>;
                    },
                >,
            >;
            cursor: Struct<string | null, null>;
        },
    > = ...