Helius SDK - v2.2.2
    Preparing search index...

    Interface GetLatestNonVotingSignaturesRequest

    Request parameters for getLatestNonVotingSignatures.

    interface GetLatestNonVotingSignaturesRequest {
        cursor?: string | null;
        limit?: number | null;
    }
    Index

    Properties

    Properties

    cursor?: string | null

    Pagination cursor from a previous response; omit to start from the most recent signatures.

    limit?: number | null

    Maximum number of signatures to return per page.