ReverseSwapPairInfo class

Details about the reverse swap fees and parameters, at this point in time

Constructors

ReverseSwapPairInfo({required int min, required int max, required String feesHash, required double feesPercentage, required int feesLockup, required int feesClaim, int? totalFees})
const

Properties

feesClaim int
Miner fees in sats for claiming funds. Estimate or exact value, depending on the request args.
final
feesHash String
Hash of the pair info JSON
final
feesLockup int
Miner fees in sats for locking up funds
final
feesPercentage double
Percentage fee for the reverse swap service
final
hashCode int
The hash code for this object.
no setterinherited
max int
Maximum amount of sats a reverse swap is allowed to have given the current feerate conditions
final
min int
Minimum amount of sats a reverse swap is allowed to have given the current feerate conditions
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalFees int?
Total fees for the reverse swap, in sats, based on the given send amount.
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