Skip to main content

remove_notes

Function remove_notes 

Source
pub fn remove_notes(ids: &[u64], force: bool) -> Result<Vec<Note>, String>
Expand description

Remove multiple notes by id. In non-force mode, operation is all-or-nothing.