Tx Writer
Last updated
Last updated
You won't need to use this class directly. In
0xWeb
generated classesTxDataBuilder
andTxWriter
are used under the hood to send transactions.
sendTransaction
for:Time-out
β if not mined within a time, will resubmit the tx with increased gas.
NonceTooLow
β resets the nonce automatically
InsufficientFunds
β a funder account can be set. If the sender doesn't have the required amount to cover the gaslimit
, the account will be funded before sending the transaction
Adds π to write transaction states to a log file using π
Automatically parses known Events, like Transfer
. If ABI is used to build the transaction, then it will parse also all events which were defined in the ABI