Function fee_estimate

Source
pub(crate) async fn fee_estimate(
    blockchain_context: &mut BlockchainContextService,
    grace_blocks: u64,
) -> Result<FeeEstimate, Error>
Expand description