Function tari_wallet_ffi::wallet_remove_contact[][src]

#[no_mangle]pub unsafe extern "C" fn wallet_remove_contact(
    wallet: *mut TariWallet,
    contact: *mut TariContact,
    error_out: *mut c_int
) -> bool

Removes a TariContact from the TariWallet

Arguments

wallet - The TariWallet pointer tx - The TariPendingInboundTransaction pointer error_out - Pointer to an int which will be modified to an error code should one occur, may not be null. Functions as an out parameter.

Returns

bool - Returns if successful or not

Safety

None