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

#[no_mangle]
pub extern "C" fn indy_crypto_cl_sub_proof_request_builder_new(
    sub_proof_request_builder_p: *mut *const c_void
) -> ErrorCode

Creates and returns sub proof request entity builder.

The purpose of sub proof request builder is building of sub proof request entity that represents requested attributes and predicates.

Note: sub proof request builder instance deallocation must be performed by calling indy_crypto_cl_sub_proof_request_builder_finalize.

Arguments

  • sub_proof_request_builder_p - Reference that will contain sub proof request builder instance pointer.