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

#[no_mangle]
pub extern "C" fn indy_crypto_cl_revocation_registry_from_json(
    rev_reg_json: *const c_char,
    rev_reg_p: *mut *const c_void
) -> ErrorCode

Creates and returns revocation registry from json.

Note: Revocation registry instance deallocation must be performed by calling indy_crypto_cl_revocation_registry_free

Arguments

  • rev_reg_json - Reference that contains revocation registry json.
  • rev_reg_p - Reference that will contain revocation registry instance pointer