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

#[no_mangle]
pub extern "C" fn indy_crypto_cl_sub_proof_request_builder_finalize(
    sub_proof_request_builder: *const c_void,
    sub_proof_request_p: *mut *const c_void
) -> ErrorCode

Deallocates sub proof request builder and returns sub proof request entity instead.

Note: Sub proof request instance deallocation must be performed by calling indy_crypto_cl_sub_proof_request_free.

Arguments

  • sub_proof_request_builder - Reference that contains sub proof request builder instance pointer.
  • sub_proof_request_p - Reference that will contain sub proof request instance pointer.