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

#[no_mangle]
pub extern "C" fn indy_crypto_cl_credential_schema_builder_finalize(
    credential_schema_builder: *const c_void,
    credential_schema_p: *mut *const c_void
) -> ErrorCode

Deallocates credential schema builder and returns credential schema entity instead.

Note: Credentials schema instance deallocation must be performed by calling indy_crypto_cl_credential_schema_free.

Arguments

  • credential_schema_builder - Reference that contains credential schema builder instance pointer
  • credential_schema_p - Reference that will contain credentials schema instance pointer.