Package jrpc.clightning.model.types
Class CLightningChannel
- java.lang.Object
-
- jrpc.clightning.model.types.CLightningChannel
-
public class CLightningChannel extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CLightningChannel()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetAmountMilliSat()java.lang.StringgetAmountSat()Deprecated.java.math.BigIntegergetBaseFeeMilliSatoshi()intgetChannelFlags()longgetDelay()java.lang.StringgetDestination()longgetFeePerMillionth()java.lang.StringgetHtlcMaximumMSat()java.lang.StringgetHtlcMinimumMSat()java.util.DategetLastUpdate()intgetMessageFlags()longgetSatoshis()java.lang.StringgetShortChannelId()java.lang.StringgetSource()booleanisActive()booleanisPublicChannel()
-
-
-
Method Detail
-
getSource
public java.lang.String getSource()
-
getDestination
public java.lang.String getDestination()
-
getShortChannelId
public java.lang.String getShortChannelId()
-
isPublicChannel
public boolean isPublicChannel()
-
getSatoshis
public long getSatoshis()
-
getAmountSat
@Deprecated public java.lang.String getAmountSat()
Deprecated.
-
getAmountMilliSat
public java.lang.String getAmountMilliSat()
-
getMessageFlags
public int getMessageFlags()
-
getChannelFlags
public int getChannelFlags()
-
isActive
public boolean isActive()
-
getLastUpdate
public java.util.Date getLastUpdate()
-
getBaseFeeMilliSatoshi
public java.math.BigInteger getBaseFeeMilliSatoshi()
-
getFeePerMillionth
public long getFeePerMillionth()
-
getDelay
public long getDelay()
-
getHtlcMinimumMSat
public java.lang.String getHtlcMinimumMSat()
-
getHtlcMaximumMSat
public java.lang.String getHtlcMaximumMSat()
-
-