PrepareOnchainPaymentResponse class

Contains fields describing the reverse swap parameters (see ReverseSwapPairInfo), as well as the resulting send and receive amounts.

Constructors

PrepareOnchainPaymentResponse({required String feesHash, required double feesPercentage, required int feesLockup, required int feesClaim, required int senderAmountSat, required int recipientAmountSat, required int totalFees})
const

Properties

feesClaim int
final
feesHash String
final
feesLockup int
final
feesPercentage double
final
hashCode int
The hash code for this object.
no setterinherited
recipientAmountSat int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
senderAmountSat int
final
totalFees int
final

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