menu
on_chain package
documentation
tron/src/models/contract/transaction/transaction_raw.dart
TransactionRaw
txID property
txID property
dark_mode
light_mode
txID
property
String
txID
late
final
transaction ID
Implementation
late final String txID = BytesUtils.toHexString(QuickCrypto.sha256Hash(toBuffer()));
on_chain package
documentation
tron/src/models/contract/transaction/transaction_raw
TransactionRaw
txID property
TransactionRaw class