Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Web3ContractOptions

Hierarchy

  • Web3ContractOptions

Index

Properties

auto: boolean
default

true

gas?: number

If not provided, gas will be Math.round(gasAmount * gasFactor)

gasAmount?: number

If not provided, gasAmount will be estimated from the network

gasFactor?: number

Used as a multiplier if no Web3ContractOptions.gas is provided

default

1

gasPrice?: string

If not provided, gasPrice will be queried on the network

Generated using TypeDoc