OnchainPaymentLimitsResponse class

Constructors

OnchainPaymentLimitsResponse({required int minSat, required int maxSat, required int maxPayableSat})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
maxPayableSat int
Maximum amount this node can send with the current channels and the current local balance
final
maxSat int
Maximum amount the reverse swap service accepts as a send amount
final
minSat int
Minimum amount the reverse swap service accepts as a send amount
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