interface AffirmationCertificate {
    $type$: "AffirmationCertificate";
    data: SHA256Hash;
    license: SHA256Hash<License>;
}

Properties

Properties

$type$: "AffirmationCertificate"
data: SHA256Hash
license: SHA256Hash<License>