Type alias RevokeCredentialOtherParamJson

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

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

Type declaration

Generated using TypeDoc