pub struct ChainMonitor { /* private fields */ }
Expand description
A ChainMonitor
keeps a list of transaction ids to watch for in the blockchain,
and some associated information used to apply an action when the id is seen.
Implementations§
Source§impl ChainMonitor
impl ChainMonitor
Trait Implementations§
Source§impl Debug for ChainMonitor
impl Debug for ChainMonitor
Source§impl PartialEq for ChainMonitor
impl PartialEq for ChainMonitor
Source§impl Readable for ChainMonitor
impl Readable for ChainMonitor
Source§impl Writeable for ChainMonitor
impl Writeable for ChainMonitor
impl Eq for ChainMonitor
impl StructuralPartialEq for ChainMonitor
Auto Trait Implementations§
impl Freeze for ChainMonitor
impl RefUnwindSafe for ChainMonitor
impl Send for ChainMonitor
impl Sync for ChainMonitor
impl Unpin for ChainMonitor
impl UnwindSafe for ChainMonitor
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