pub struct ImportmempoolParams {
pub filepath: String,
pub options: Option<Value>,
}Expand description
Import a mempool.dat file and attempt to add its contents to the mempool. Warning: Importing untrusted files is dangerous, especially if metadata from the file is taken over.
Fields§
§filepath: StringThe mempool file
options: Option<Value>Trait Implementations§
Source§impl Debug for ImportmempoolParams
impl Debug for ImportmempoolParams
Auto Trait Implementations§
impl Freeze for ImportmempoolParams
impl RefUnwindSafe for ImportmempoolParams
impl Send for ImportmempoolParams
impl Sync for ImportmempoolParams
impl Unpin for ImportmempoolParams
impl UnwindSafe for ImportmempoolParams
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