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

    Variable SignatureListResultConst

    SignatureListResult: Struct<
        { items: { blockTime: number; signature: string; slot: number }[] },
        {
            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>;
                    },
                >,
            >;
        },
    > = ...