Interface UpdateDRepCertificate

Updates the DRep anchored metadata.

interface UpdateDRepCertificate {
    anchor: null | Anchor;
    dRepCredential: Credential;
    type: UpdateDRep;
}

Properties

anchor: null | Anchor
dRepCredential: Credential