π€Tx Writer
You won't need to use this class directly. In
0xWebgenerated classesTxDataBuilderandTxWriterare used under the hood to send transactions.
TxWriterπ
Retryable sendTransaction for:
sendTransaction for:Time-outβ if not mined within a time, will resubmit the tx with increased gas.NonceTooLowβ resets the nonce automaticallyInsufficientFundsβ a funder account can be set. If the sender doesn't have the required amount to cover thegaslimit, the account will be funded before sending the transaction
Logger
Adds TxLoggerπ to write transaction states to a log file using everlogπ
Transaction Events Parser
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
Last updated