Interface ResignCommitteeColdCertificate

This certificate is used then a committee member wants to resign early (will be marked on-chain as an expired member).

interface ResignCommitteeColdCertificate {
    anchor: null | Anchor;
    coldCredential: Credential;
    type: ResignCommitteeCold;
}

Properties

anchor: null | Anchor
coldCredential: Credential