[][src]Function indy_crypto::ffi::cl::issuer::indy_crypto_cl_revocation_registry_delta_to_json

#[no_mangle]
pub extern "C" fn indy_crypto_cl_revocation_registry_delta_to_json(
    revocation_registry_delta: *const c_void,
    revocation_registry_delta_json_p: *mut *const c_char
) -> ErrorCode

Returns json representation of revocation registry delta.

Arguments

  • revocation_registry_delta - Reference that contains revocation registry delta instance pointer.
  • revocation_registry_delta_json_p - Reference that will contain revocation registry delta json.