TonWalletMultisigExpiredTransaction class abstract
Transaction for TonWallet that is created by TonWalletRepository.mapMultisigExpiredTransactions.
- Available extensions
- Annotations
-
- @freezed
Constructors
-
TonWalletMultisigExpiredTransaction({required String lt, required PublicKey creator, required List<
PublicKey> confirmations, required List<PublicKey> custodians, required bool isOutgoing, required BigInt value, required Address address, @dateSecondsSinceEpochJsonConverter required DateTime date, 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
-
confirmations
→ List<
PublicKey> -
no setterinherited
-
copyWith
→ $TonWalletMultisigExpiredTransactionCopyWith<
TonWalletMultisigExpiredTransaction> -
Create a copy of TonWalletMultisigExpiredTransaction
with the given fields replaced by the non-null parameter values.
no setterinherited
- creator → PublicKey
-
no setterinherited
-
custodians
→ List<
PublicKey> -
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
-
map<
TResult extends Object?> (TResult $default(_TonWalletMultisigExpiredTransaction value)) → TResult -
Available on TonWalletMultisigExpiredTransaction, provided by the TonWalletMultisigExpiredTransactionPatterns extension
Aswitch-like method, using callbacks. -
mapOrNull<
TResult extends Object?> (TResult? $default(_TonWalletMultisigExpiredTransaction value)?) → TResult? -
Available on TonWalletMultisigExpiredTransaction, provided by the TonWalletMultisigExpiredTransactionPatterns extension
A variant ofmapthat fallback to returningnull. -
maybeMap<
TResult extends Object?> (TResult $default(_TonWalletMultisigExpiredTransaction value)?, {required TResult orElse()}) → TResult -
Available on TonWalletMultisigExpiredTransaction, provided by the TonWalletMultisigExpiredTransactionPatterns extension
A variant ofmapthat fallback to returningorElse. -
maybeWhen<
TResult extends Object?> (TResult $default(String lt, PublicKey creator, List< PublicKey> confirmations, List<PublicKey> custodians, bool isOutgoing, BigInt value, Address address, DateTime date, BigInt fees, String hash, String? prevTransactionLt, String? comment, DePoolOnRoundCompleteNotification? dePoolOnRoundCompleteNotification, DePoolReceiveAnswerNotification? dePoolReceiveAnswerNotification, TokenWalletDeployedNotification? tokenWalletDeployedNotification, WalletInteractionInfo? walletInteractionInfo)?, {required TResult orElse()}) → TResult -
Available on TonWalletMultisigExpiredTransaction, provided by the TonWalletMultisigExpiredTransactionPatterns extension
A variant ofwhenthat fallback to anorElsecallback. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
when<
TResult extends Object?> (TResult $default(String lt, PublicKey creator, List< PublicKey> confirmations, List<PublicKey> custodians, bool isOutgoing, BigInt value, Address address, DateTime date, BigInt fees, String hash, String? prevTransactionLt, String? comment, DePoolOnRoundCompleteNotification? dePoolOnRoundCompleteNotification, DePoolReceiveAnswerNotification? dePoolReceiveAnswerNotification, TokenWalletDeployedNotification? tokenWalletDeployedNotification, WalletInteractionInfo? walletInteractionInfo)) → TResult -
Available on TonWalletMultisigExpiredTransaction, provided by the TonWalletMultisigExpiredTransactionPatterns extension
Aswitch-like method, using callbacks. -
whenOrNull<
TResult extends Object?> (TResult? $default(String lt, PublicKey creator, List< PublicKey> confirmations, List<PublicKey> custodians, bool isOutgoing, BigInt value, Address address, DateTime date, BigInt fees, String hash, String? prevTransactionLt, String? comment, DePoolOnRoundCompleteNotification? dePoolOnRoundCompleteNotification, DePoolReceiveAnswerNotification? dePoolReceiveAnswerNotification, TokenWalletDeployedNotification? tokenWalletDeployedNotification, WalletInteractionInfo? walletInteractionInfo)?) → TResult? -
Available on TonWalletMultisigExpiredTransaction, provided by the TonWalletMultisigExpiredTransactionPatterns extension
A variant ofwhenthat fallback to returningnull
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited