pub enum TxType {
Swap,
Transfer,
NftSale,
NftListing,
CompressedNftMint,
TokenMint,
Unknown,
}Expand description
Transaction type filter for Noesis::wallet_history.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TxType
impl RefUnwindSafe for TxType
impl Send for TxType
impl Sync for TxType
impl Unpin for TxType
impl UnsafeUnpin for TxType
impl UnwindSafe for TxType
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