MultiOwnerTransferParams<E extends WalletContractTransferParams<OutAction>> class

Inheritance

Constructors

MultiOwnerTransferParams.new({required E params, required BigInt expirationDate, required BigInt amount, BigInt? orderId, BigInt? queryId, List<OutActionMultiSig> messages = const []})

Properties

amount BigInt
final
expirationDate BigInt
final
hashCode int
The hash code for this object.
no setterinherited
messages List<OutActionMultiSig>
finalinherited
orderId BigInt?
final
params → E
final
queryId BigInt?
final
runtimeType Type
A representation of the runtime type of the object.
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