-
public final class LspFeeLimits
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLspFeeLimits.Companion
-
Field Summary
Fields Modifier and Type Field Description private ULongmaxTotalOpeningFeeMsatprivate ULongmaxProportionalOpeningFeePpmMsat
-
Constructor Summary
Constructors Constructor Description LspFeeLimits(ULong maxTotalOpeningFeeMsat, ULong maxProportionalOpeningFeePpmMsat)
-
Method Summary
Modifier and Type Method Description final ULonggetMaxTotalOpeningFeeMsat()final UnitsetMaxTotalOpeningFeeMsat(ULong maxTotalOpeningFeeMsat)final ULonggetMaxProportionalOpeningFeePpmMsat()final UnitsetMaxProportionalOpeningFeePpmMsat(ULong maxProportionalOpeningFeePpmMsat)-
-
Method Detail
-
getMaxTotalOpeningFeeMsat
final ULong getMaxTotalOpeningFeeMsat()
-
setMaxTotalOpeningFeeMsat
final Unit setMaxTotalOpeningFeeMsat(ULong maxTotalOpeningFeeMsat)
-
getMaxProportionalOpeningFeePpmMsat
final ULong getMaxProportionalOpeningFeePpmMsat()
-
setMaxProportionalOpeningFeePpmMsat
final Unit setMaxProportionalOpeningFeePpmMsat(ULong maxProportionalOpeningFeePpmMsat)
-
-
-
-