nethereum check gas price

Code Example - nethereum check gas price

                
                        var estimate = await transferHandler.EstimateGasAsync(contractAddress, transfer);
 transfer.Gas = estimate.Value;