Enum miden_client::store::TransactionFilter
source · pub enum TransactionFilter {
All,
Uncomitted,
}Variants§
All
Return all transactions.
Uncomitted
Filter by transactions that have not yet been committed to the blockchain as per the last sync.
Auto Trait Implementations§
impl Freeze for TransactionFilter
impl RefUnwindSafe for TransactionFilter
impl Send for TransactionFilter
impl Sync for TransactionFilter
impl Unpin for TransactionFilter
impl UnwindSafe for TransactionFilter
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more