TransactionView class abstract

Constructors

TransactionView()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

closeModal({bool? isAccepted}) → void
goBack() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refresh() → void
showPasscodeScreen() Future<String?>
showTransactionLoadingDialog(String txHash) Future
showTransactionStatusDialog({required bool isAccepted, required String message}) Future
toString() String
A string representation of this object.
inherited
triggerHaptic() → void

Operators

operator ==(Object other) bool
The equality operator.
inherited