pub type Output = FeeDetails<u64>;

Aliased Type§

struct Output {
    pub inclusion_fee: Option<InclusionFee<u64>>,
    pub tip: u64,
}

Fields§

§inclusion_fee: Option<InclusionFee<u64>>§tip: u64