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

    Interface LatestNonVotingSignaturesPaginated

    interface LatestNonVotingSignaturesPaginated {
        context: { slot: number };
        value: {
            items: { signature: string; slot: number; blockTime: number }[];
            cursor: string | null;
        };
    }
    Index

    Properties

    Properties

    context: { slot: number }
    value: {
        items: { signature: string; slot: number; blockTime: number }[];
        cursor: string | null;
    }