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

#[no_mangle]
pub extern "C" fn indy_crypto_cl_credential_public_key_to_json(
    credential_pub_key: *const c_void,
    credential_pub_key_json_p: *mut *const c_char
) -> ErrorCode

Returns json representation of credential public key.

Arguments

  • credential_pub_key - Reference that contains credential public key instance pointer.
  • credential_pub_key_p - Reference that will contain credential public key json.