pub struct GetMempool {
pub script_hash: ElectrumScriptHash,
}Expand description
Resource request for blockchain.scripthash.get_mempool.
Note that electrs does not support this endpoint.
Fields§
§script_hash: ElectrumScriptHashImplementations§
Source§impl GetMempool
impl GetMempool
pub fn from_script<S: AsRef<Script>>(script: S) -> Self
Trait Implementations§
Source§impl Clone for GetMempool
impl Clone for GetMempool
Source§fn clone(&self) -> GetMempool
fn clone(&self) -> GetMempool
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetMempool
impl Debug for GetMempool
Source§impl Request for GetMempool
impl Request for GetMempool
fn to_method_and_params(&self) -> MethodAndParams
Auto Trait Implementations§
impl Freeze for GetMempool
impl RefUnwindSafe for GetMempool
impl Send for GetMempool
impl Sync for GetMempool
impl Unpin for GetMempool
impl UnwindSafe for GetMempool
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