NoahChannelLimits

data class NoahChannelLimits(val minLimit: String, val maxLimit: String? = null)

Min/max amount limits for a payout channel, expressed in the channel's fiat currency.

Constructors

Link copied to clipboard
constructor(minLimit: String, maxLimit: String? = null)

Properties

Link copied to clipboard
val maxLimit: String? = null
Link copied to clipboard