estimateFee method
ResponseFuture<EstimateFeeResponse>
estimateFee(
- EstimateFeeRequest request, {
- 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);
}