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.String
getAmountMilliSat()
java.lang.String
getAmountSat()
Deprecated.java.math.BigInteger
getBaseFeeMilliSatoshi()
int
getChannelFlags()
long
getDelay()
java.lang.String
getDestination()
long
getFeePerMillionth()
java.lang.String
getHtlcMaximumMSat()
java.lang.String
getHtlcMinimumMSat()
java.util.Date
getLastUpdate()
int
getMessageFlags()
long
getSatoshis()
java.lang.String
getShortChannelId()
java.lang.String
getSource()
boolean
isActive()
boolean
isPublicChannel()
-
-
-
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()
-
-