Docs

EstimateGasOptions

type EstimateGasOptions = Prettify<
{ transaction: PreparedTransaction } & (
| { account: Account; from?: never }
| { account?: never; from?: string }
)
>;