interface OpenAttestationDocument {
    $template?: string | TemplateObject;
    attachments?: Attachment[];
    documentUrl?: string;
    id?: string;
    issuers: Issuer[];
    network?: Network;
    recipient?: Recipient;
}

Properties

$template?: string | TemplateObject
attachments?: Attachment[]
documentUrl?: string

URL of the stored document

id?: string

Internal reference, usually serial number, of this document

issuers: Issuer[]
network?: Network
recipient?: Recipient

Generated using TypeDoc