Package org.ldk.structs
Class EffectiveCapacity.ExactLiquidity
- java.lang.Object
-
- org.ldk.structs.EffectiveCapacity
-
- org.ldk.structs.EffectiveCapacity.ExactLiquidity
-
- Enclosing class:
- EffectiveCapacity
public static final class EffectiveCapacity.ExactLiquidity extends EffectiveCapacity
The available liquidity in the channel known from being a channel counterparty, and thus a direct hop.
-
-
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 longliquidity_msatEither the inbound or outbound liquidity depending on the direction, 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
-
-