[][src]Function indy_sys::anoncreds::indy_issuer_create_and_store_credential_def

#[no_mangle]
pub unsafe extern "C" fn indy_issuer_create_and_store_credential_def(
    command_handle: CommandHandle,
    wallet_handle: WalletHandle,
    issuer_did: CString,
    schema_json: CString,
    tag: CString,
    signature_type: CString,
    config_json: CString,
    cb: Option<ResponseStringStringCB>
) -> Error