pub struct GetMempoolEntryCommandResponse {
Show 18 fields pub vsize: u64, pub weight: u64, pub fee: f64, pub modifiedfee: f64, pub time: u64, pub height: u64, pub descendantcount: u64, pub descendantsize: u64, pub descendantfees: u64, pub ancestorcount: u64, pub ancestorsize: u64, pub ancestorfees: u64, pub wtxid: String, pub fees: Fees, pub depends: Vec<String>, pub spentby: Vec<String>, pub bip125_replaceable: bool, pub unbroadcast: bool,
}

Fields

vsize: u64weight: u64fee: f64modifiedfee: f64time: u64height: u64descendantcount: u64descendantsize: u64descendantfees: u64ancestorcount: u64ancestorsize: u64ancestorfees: u64wtxid: Stringfees: Feesdepends: Vec<String>spentby: Vec<String>bip125_replaceable: boolunbroadcast: bool

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.