Type alias RevokeCredentialHolderParamJson

RevokeCredentialHolderParamJson: {
    data: {
        credential_id: HexString;
        reason: OptionJson<RevocationReasonJson>;
        signing_data: SigningDataJson;
    };
    signature: HexString;
}

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

Type declaration

Generated using TypeDoc