Struct bitcoincore_rpc_json::GetMempoolEntryResultFees [−][src]
pub struct GetMempoolEntryResultFees {
pub base: Amount,
pub modified: Amount,
pub ancestor: Amount,
pub descendant: Amount,
}Fields
base: AmountTransaction fee in BTC
modified: AmountTransaction fee with fee deltas used for mining priority in BTC
ancestor: AmountModified fees (see above) of in-mempool ancestors (including this one) in BTC
descendant: AmountModified 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]