pub struct Txpool<T> { /* private fields */ }
Expand description
Txpool
namespace
Implementations§
Source§impl<T: Transport> Txpool<T>
impl<T: Transport> Txpool<T>
Sourcepub fn content(
&self,
options: CallOptions,
) -> CallFuture<TxpoolContentInfo, T::Out> ⓘ
pub fn content( &self, options: CallOptions, ) -> CallFuture<TxpoolContentInfo, T::Out> ⓘ
returns txpool content info
Sourcepub fn inspect(
&self,
options: CallOptions,
) -> CallFuture<TxpoolInspectInfo, T::Out> ⓘ
pub fn inspect( &self, options: CallOptions, ) -> CallFuture<TxpoolInspectInfo, T::Out> ⓘ
returns txpool inspect info
Sourcepub fn status(&self, options: CallOptions) -> CallFuture<TxpoolStatus, T::Out> ⓘ
pub fn status(&self, options: CallOptions) -> CallFuture<TxpoolStatus, T::Out> ⓘ
returns txpool status
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Txpool<T>where
T: Freeze,
impl<T> RefUnwindSafe for Txpool<T>where
T: RefUnwindSafe,
impl<T> Send for Txpool<T>where
T: Send,
impl<T> Sync for Txpool<T>where
T: Sync,
impl<T> Unpin for Txpool<T>where
T: Unpin,
impl<T> UnwindSafe for Txpool<T>where
T: UnwindSafe,
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