Function forest_filecoin::rpc::methods::gas::estimate_gas_premium

source ยท
pub async fn estimate_gas_premium<DB: Blockstore>(
    data: &Arc<RPCState<DB>>,
    nblocksincl: u64,
) -> Result<TokenAmount, ServerError>