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

#[no_mangle]
pub extern "C" fn indy_crypto_cl_revocation_key_public_to_json(
    rev_key_pub: *const c_void,
    rev_key_pub_json_p: *mut *const c_char
) -> ErrorCode

Returns json representation of revocation key public.

Arguments

  • rev_key_pub - Reference that contains revocation key public pointer.
  • rev_key_pub_json_p - Reference that will contain revocation key public json.