estimateFee method

ResponseFuture<EstimateFeeResponse> estimateFee(
  1. EstimateFeeRequest request, {
  2. CallOptions? options,
})

Fee Estimation service. The server tries to estimate a fair fee based on the last N blocks.

Implementation

$grpc.ResponseFuture<$1.EstimateFeeResponse> estimateFee(
  $1.EstimateFeeRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$estimateFee, request, options: options);
}