Interface AuthCommitteeHotCertificate

This certificate registers the Hot and Cold credentials of a committee member.

interface AuthCommitteeHotCertificate {
    coldCredential: Credential;
    hotCredential: Credential;
    type: AuthCommitteeHot;
}

Properties

coldCredential: Credential
hotCredential: Credential