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

    Interface GetSignaturesForAssetResponse

    Response from getSignaturesForAsset (ZK).

    interface GetSignaturesForAssetResponse {
        items: SignatureOpPair[];
        limit: number;
        total: number;
    }
    Index

    Properties

    Properties

    Array of [signature, operation] tuples.

    limit: number
    total: number