interface RelationCertificate {
    $type$: "RelationCertificate";
    app: string;
    license: SHA256Hash<License>;
    person1: SHA256IdHash<Person>;
    person2: SHA256IdHash<Person>;
    relation: string;
}

Properties

$type$: "RelationCertificate"
app: string
license: SHA256Hash<License>
person1: SHA256IdHash<Person>
person2: SHA256IdHash<Person>
relation: string