Struct ic_web3_rs::api::Txpool
source · 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> 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