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

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

Creates and returns credential schema entity builder.

The purpose of credential schema builder is building of credential schema entity that represents credential schema attributes set.

Note: Credential schema builder instance deallocation must be performed by calling indy_crypto_cl_credential_schema_builder_finalize.

Arguments

  • credential_schema_builder_p - Reference that will contain credentials attributes builder instance pointer.