Package org.ldk.structs
Class EffectiveCapacity.AdvertisedMaxHTLC
- java.lang.Object
-
- org.ldk.structs.EffectiveCapacity
-
- org.ldk.structs.EffectiveCapacity.AdvertisedMaxHTLC
-
- Enclosing class:
- EffectiveCapacity
public static final class EffectiveCapacity.AdvertisedMaxHTLC extends EffectiveCapacity
The maximum HTLC amount in one direction as advertised on the gossip network.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.EffectiveCapacity
EffectiveCapacity.AdvertisedMaxHTLC, EffectiveCapacity.ExactLiquidity, EffectiveCapacity.HintMaxHTLC, EffectiveCapacity.Infinite, EffectiveCapacity.Total, EffectiveCapacity.Unknown
-
-
Field Summary
Fields Modifier and Type Field Description longamount_msatThe maximum HTLC amount denominated in millisatoshi.
-
Method Summary
-
Methods inherited from class org.ldk.structs.EffectiveCapacity
advertised_max_htlc, as_msat, clone, exact_liquidity, finalize, hint_max_htlc, infinite, total, unknown
-
-