Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

nethereum check gas price

 var estimate = await transferHandler.EstimateGasAsync(contractAddress, transfer);
 transfer.Gas = estimate.Value;
Source by docs.nethereum.com #
 
PREVIOUS NEXT
Tagged: #nethereum #check #gas #price
ADD COMMENT
Topic
Name
7+3 =