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

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

Creates and returns non credential schema builder.

The purpose of non credential schema builder is building of non credential schema that represents non credential schema attributes set. These are attributes added to schemas that are not on the ledger

Note: Non credential schema builder instance deallocation must be performed by calling indy_crypto_cl_non_credential_schema_builder_finalize.

Arguments

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