-
public final class ChannelConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classChannelConfig.Companion
-
Field Summary
Fields Modifier and Type Field Description private UIntforwardingFeeProportionalMillionthsprivate UIntforwardingFeeBaseMsatprivate UShortcltvExpiryDeltaprivate MaxDustHtlcExposuremaxDustHtlcExposureprivate ULongforceCloseAvoidanceMaxFeeSatoshisprivate BooleanacceptUnderpayingHtlcs
-
Constructor Summary
Constructors Constructor Description ChannelConfig(UInt forwardingFeeProportionalMillionths, UInt forwardingFeeBaseMsat, UShort cltvExpiryDelta, MaxDustHtlcExposure maxDustHtlcExposure, ULong forceCloseAvoidanceMaxFeeSatoshis, Boolean acceptUnderpayingHtlcs)
-
Method Summary
Modifier and Type Method Description final UIntgetForwardingFeeProportionalMillionths()final UnitsetForwardingFeeProportionalMillionths(UInt forwardingFeeProportionalMillionths)final UIntgetForwardingFeeBaseMsat()final UnitsetForwardingFeeBaseMsat(UInt forwardingFeeBaseMsat)final UShortgetCltvExpiryDelta()final UnitsetCltvExpiryDelta(UShort cltvExpiryDelta)final MaxDustHtlcExposuregetMaxDustHtlcExposure()final UnitsetMaxDustHtlcExposure(MaxDustHtlcExposure maxDustHtlcExposure)final ULonggetForceCloseAvoidanceMaxFeeSatoshis()final UnitsetForceCloseAvoidanceMaxFeeSatoshis(ULong forceCloseAvoidanceMaxFeeSatoshis)final BooleangetAcceptUnderpayingHtlcs()final UnitsetAcceptUnderpayingHtlcs(Boolean acceptUnderpayingHtlcs)-
-
Method Detail
-
getForwardingFeeProportionalMillionths
final UInt getForwardingFeeProportionalMillionths()
-
setForwardingFeeProportionalMillionths
final Unit setForwardingFeeProportionalMillionths(UInt forwardingFeeProportionalMillionths)
-
getForwardingFeeBaseMsat
final UInt getForwardingFeeBaseMsat()
-
setForwardingFeeBaseMsat
final Unit setForwardingFeeBaseMsat(UInt forwardingFeeBaseMsat)
-
getCltvExpiryDelta
final UShort getCltvExpiryDelta()
-
setCltvExpiryDelta
final Unit setCltvExpiryDelta(UShort cltvExpiryDelta)
-
getMaxDustHtlcExposure
final MaxDustHtlcExposure getMaxDustHtlcExposure()
-
setMaxDustHtlcExposure
final Unit setMaxDustHtlcExposure(MaxDustHtlcExposure maxDustHtlcExposure)
-
getForceCloseAvoidanceMaxFeeSatoshis
final ULong getForceCloseAvoidanceMaxFeeSatoshis()
-
setForceCloseAvoidanceMaxFeeSatoshis
final Unit setForceCloseAvoidanceMaxFeeSatoshis(ULong forceCloseAvoidanceMaxFeeSatoshis)
-
getAcceptUnderpayingHtlcs
final Boolean getAcceptUnderpayingHtlcs()
-
setAcceptUnderpayingHtlcs
final Unit setAcceptUnderpayingHtlcs(Boolean acceptUnderpayingHtlcs)
-
-
-
-