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

    Interface GetCompressionSignaturesForAccountResponse

    Response from getCompressionSignaturesForAccount.

    interface GetCompressionSignaturesForAccountResponse {
        context: { slot: number };
        value: { items: SignatureInfo[] };
    }
    Index

    Properties

    Properties

    context: { slot: number }

    Slot context at the time of the request.

    value: { items: SignatureInfo[] }

    Type Declaration

    • items: SignatureInfo[]

      List of transaction signatures that affected this compressed account.