interface RightToDeclareTrustedKeysForSelfCertificate {
    $type$: "RightToDeclareTrustedKeysForSelfCertificate";
    beneficiary: SHA256IdHash<Person>;
    license: SHA256Hash<License>;
}

Properties

$type$: "RightToDeclareTrustedKeysForSelfCertificate"
beneficiary: SHA256IdHash<Person>
license: SHA256Hash<License>