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

    Interface GetLatestNonVotingSignaturesResponse

    Response from getLatestNonVotingSignatures.

    interface GetLatestNonVotingSignaturesResponse {
        context: { slot: number };
        value: SignatureInfoListWithError;
    }
    Index

    Properties

    Properties

    context: { slot: number }

    Slot context at the time of the request.

    List of the most recent non-voting transaction signatures with error info.