TxReceipt constructor
TxReceipt({})
Implementation
external factory 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,
});