TonWalletOrdinaryTransaction class abstract
Transaction for TonWallet that is created by TonWalletRepository.mapOrdinaryTransactions.
- Annotations
-
- @freezed
Constructors
- TonWalletOrdinaryTransaction.new({required String lt, required bool isOutgoing, @amountJsonConverter required BigInt value, required Address address, @dateSecondsSinceEpochJsonConverter required DateTime date, @amountJsonConverter required BigInt fees, required String hash, String? prevTransactionLt, String? comment, DePoolOnRoundCompleteNotification? dePoolOnRoundCompleteNotification, DePoolReceiveAnswerNotification? dePoolReceiveAnswerNotification, TokenWalletDeployedNotification? tokenWalletDeployedNotification, WalletInteractionInfo? walletInteractionInfo})
-
constfactory
Properties
- address → Address
-
no setterinherited
- comment → String?
-
no setterinherited
-
copyWith
→ $TonWalletOrdinaryTransactionCopyWith<
TonWalletOrdinaryTransaction> -
Create a copy of TonWalletOrdinaryTransaction
with the given fields replaced by the non-null parameter values.
no setterinherited
- date → DateTime
-
no setterinherited
- dePoolOnRoundCompleteNotification → DePoolOnRoundCompleteNotification?
-
no setterinherited
- dePoolReceiveAnswerNotification → DePoolReceiveAnswerNotification?
-
no setterinherited
- fees → BigInt
-
no setterinherited
- hash → String
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isOutgoing → bool
-
no setterinherited
- lt → String
-
no setterinherited
- prevTransactionLt → String?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tokenWalletDeployedNotification → TokenWalletDeployedNotification?
-
no setterinherited
- value → BigInt
-
no setterinherited
- walletInteractionInfo → WalletInteractionInfo?
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited