menu
on_chain package
documentation
ethereum/src/models/transaction_receipt.dart
TransactionReceipt
logs property
logs property
dark_mode
light_mode
logs
property
List
<
LogEntry
>
logs
final
The list of log entries generated by the transaction.
Implementation
final List<LogEntry> logs;
on_chain package
documentation
ethereum/src/models/transaction_receipt
TransactionReceipt
logs property
TransactionReceipt class