EstimateGasCostResult
type EstimateGasCostResult = { ether: string; wei: bigint };The estimated gas cost in ether.
type ether = string;The estimated gas cost in wei.
type wei = bigint;type EstimateGasCostResult = { ether: string; wei: bigint };The estimated gas cost in ether.
type ether = string;The estimated gas cost in wei.
type wei = bigint;