Optional afterFunction called after sending the transaction, before waiting for receipt
Optional beforeFunction called before sending the transaction
Optional chainChain ID
Optional gasGas limit, by default it used the estimated gas
Optional gasGas price, by default it used the recommended gas price
Optional isFee market transaction? (to use fee instead of gas price) True by default
Optional logLog Function to receive progress messages
Optional maxThe maximum total fee
Optional maxThe maximum inclusion fee per gas (this fee is given to the miner)
Optional nonceTransaction nonce. If not provided:
Private key to sign the transaction
Optional receiptTimeout in milliseconds to wait for the transaction receipt. Set to 0 for no timeout. By default no timeout.
Generated using TypeDoc
Options for sending a method transaction