menu
on_chain package
documentation
ethereum/src/models/transaction_receipt.dart
TransactionReceipt
gasUsed property
gasUsed property
dark_mode
light_mode
gasUsed
property
int
?
gasUsed
final
The gas used by this specific transaction.
Implementation
final int? gasUsed;
on_chain package
documentation
ethereum/src/models/transaction_receipt
TransactionReceipt
gasUsed property
TransactionReceipt class