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