Skip to main content

Interface: Endorsement

Defined in: src/types/models/review.ts:87

Endorsement of a preprint.

Remarks

Formal endorsement indicating that the endorser vouches for specific aspects of the preprint (methods, results, or overall quality).

Properties

cid

readonly cid: CID

Defined in: src/types/models/review.ts:96

CID of this endorsement.


comment?

readonly optional comment: string

Defined in: src/types/models/review.ts:121

Optional comment explaining endorsement.


createdAt

readonly createdAt: Timestamp

Defined in: src/types/models/review.ts:126

Endorsement creation timestamp.


endorsementType

readonly endorsementType: "methods" | "results" | "overall"

Defined in: src/types/models/review.ts:116

Type of endorsement.

Remarks

  • methods: Endorses experimental/computational methods
  • results: Endorses findings and conclusions
  • overall: General endorsement of quality

endorser

readonly endorser: DID

Defined in: src/types/models/review.ts:106

DID of the endorser.


preprintUri

readonly preprintUri: AtUri

Defined in: src/types/models/review.ts:101

AT URI of the endorsed preprint.


uri

readonly uri: AtUri

Defined in: src/types/models/review.ts:91

AT URI of the endorsement record.