Type alias RevokeCredentialIssuerParamJson

RevokeCredentialIssuerParamJson: {
    auxiliary_data: number[];
    credential_id: HexString;
    reason: OptionJson<RevocationReasonJson>;
}

schema serializable JSON representation of parameter for the "revokeCredentialIssuer" entrypoint

Type declaration

  • auxiliary_data: number[]

    Any additional data to include in the parameter (hex encoded)

  • credential_id: HexString

    The public key of the credential holder (hex encoded)

  • reason: OptionJson<RevocationReasonJson>

    An optional reason for the revocation

Generated using TypeDoc