Struct bitcoincore_rpc_json::GetMempoolEntryResultFees [−][src]
pub struct GetMempoolEntryResultFees { pub base: Amount, pub modified: Amount, pub ancestor: Amount, pub descendant: Amount, }
Fields
base: Amount
Transaction fee in BTC
modified: Amount
Transaction fee with fee deltas used for mining priority in BTC
ancestor: Amount
Modified fees (see above) of in-mempool ancestors (including this one) in BTC
descendant: Amount
Modified fees (see above) of in-mempool descendants (including this one) in BTC
Trait Implementations
impl Clone for GetMempoolEntryResultFees
[src]
impl Clone for GetMempoolEntryResultFees
[src]fn clone(&self) -> GetMempoolEntryResultFees
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'de> Deserialize<'de> for GetMempoolEntryResultFees
[src]
impl<'de> Deserialize<'de> for GetMempoolEntryResultFees
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl PartialEq<GetMempoolEntryResultFees> for GetMempoolEntryResultFees
[src]
impl PartialEq<GetMempoolEntryResultFees> for GetMempoolEntryResultFees
[src]fn eq(&self, other: &GetMempoolEntryResultFees) -> bool
[src]
fn ne(&self, other: &GetMempoolEntryResultFees) -> bool
[src]
impl Serialize for GetMempoolEntryResultFees
[src]
impl Serialize for GetMempoolEntryResultFees
[src]