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

#[no_mangle]
pub extern "C" fn indy_crypto_cl_revocation_registry_delta_from_json(
    revocation_registry_delta_json: *const c_char,
    revocation_registry_delta_p: *mut *const c_void
) -> ErrorCode

Creates and returns revocation registry delta from json.

Note: Revocation registry delta instance deallocation must be performed by calling indy_crypto_cl_revocation_registry_delta_free

Arguments

  • revocation_registry_delta_json - Reference that contains revocation registry delta json.
  • revocation_registry_delta_p - Reference that will contain revocation registry delta instance pointer.