TxReceipt class
Constructors
-
TxReceipt({String? to, String from, String? contractAddress, int transactionIndex, String? root, BigNumber gasUsed, String logsBloom, String blockHash, String transactionHash, List<Log> logs, int blockNumber, int confirmations, BigNumber cumulativeGasUsed, bool byzantium, int status})
-
factory
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited