Interface iGetAttestationsSuccessResponse<T>

interface iGetAttestationsSuccessResponse<T> {
    attestations: (undefined | AttestationDoc<T>)[];
}

Type Parameters

Implemented by

Properties

Properties

attestations: (undefined | AttestationDoc<T>)[]