📜  nethereum 检查 gas 价格 - C# 代码示例

📅  最后修改于: 2022-03-11 14:49:04.547000             🧑  作者: Mango

代码示例1
var estimate = await transferHandler.EstimateGasAsync(contractAddress, transfer);
 transfer.Gas = estimate.Value;