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

#[no_mangle]
pub extern "C" fn indy_crypto_cl_credential_signature_to_json(
    credential_signature: *const c_void,
    credential_signature_json_p: *mut *const c_char
) -> ErrorCode

Returns json representation of credential signature.

Arguments

  • credential_signature - Reference that contains credential signature pointer.
  • credential_signature_json_p - Reference that will contain credential signature json.