pub struct MempoolClient { /* private fields */ }Implementations§
Source§impl MempoolClient
impl MempoolClient
pub async fn get_address_utxo(&self, address: &str) -> Result<Vec<Utxo>>
Source§impl MempoolClient
impl MempoolClient
pub async fn broadcast_transaction(&self, tx: &str) -> Result<String>
Source§impl MempoolClient
impl MempoolClient
Auto Trait Implementations§
impl Freeze for MempoolClient
impl !RefUnwindSafe for MempoolClient
impl Send for MempoolClient
impl Sync for MempoolClient
impl Unpin for MempoolClient
impl !UnwindSafe for MempoolClient
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