Type alias RevocationKeyEvent

RevocationKeyEvent: {
    action: RevocationKeyAction;
    key: HexString;
    type: RevocationKey;
}

A RevocationKey event from the CIS-4 standard

Type declaration

Generated using TypeDoc