pub trait RelayIncrementalFee {
// Required method
fn relay_incremental_fee(&mut self) -> FeeRate;
}
Required Methods§
sourcefn relay_incremental_fee(&mut self) -> FeeRate
fn relay_incremental_fee(&mut self) -> FeeRate
| Relay incremental fee setting (-incrementalrelayfee), | reflecting cost of relay. |