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

#[no_mangle]
pub extern "C" fn indy_crypto_cl_non_credential_schema_builder_add_attr(
    non_credential_schema_builder: *const c_void,
    attr: *const c_char
) -> ErrorCode

Adds new attribute to non credential schema.

Arguments

  • non_credential_schema_builder - Reference that contains non credential schema builder instance pointer.
  • attr - Attribute to add as null terminated string.