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

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

Adds new attribute to credential schema.

Arguments

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