Offer Credential
data class OfferCredential constructor(val id: String = UUID.randomUUID().toString(), val body: OfferCredential.Body, val attachments: Array<AttachmentDescriptor>, val thid: String?, val from: DID, val to: DID)(source)
ALL parameters are DIDCOMMV2 format and naming conventions and follows the protocol https://github.com/hyperledger/aries-rfcs/tree/main/features/0453-issue-credential-v2
Constructors
Link copied to clipboard
constructor(id: String = UUID.randomUUID().toString(), body: OfferCredential.Body, attachments: Array<AttachmentDescriptor>, thid: String?, from: DID, to: DID)