pub fn effective_value(
output: &OutputGroup,
feerate: f32,
) -> Result<u64, SelectionError>
Expand description
Returns the effective value of the OutputGroup
, which is the actual value minus the estimated fee.
pub fn effective_value(
output: &OutputGroup,
feerate: f32,
) -> Result<u64, SelectionError>
Returns the effective value of the OutputGroup
, which is the actual value minus the estimated fee.