[][src]Function indy_crypto::ffi::cl::indy_crypto_cl_sub_proof_request_builder_add_revealed_attr

#[no_mangle]
pub extern "C" fn indy_crypto_cl_sub_proof_request_builder_add_revealed_attr(
    sub_proof_request_builder: *const c_void,
    attr: *const c_char
) -> ErrorCode

Adds new revealed attribute to sub proof request.

Arguments

  • sub_proof_request_builder - Reference that contains sub proof request builder instance pointer.
  • attr - Credential attr to add as null terminated string.