Package jrpc.clightning.model.types
Class CLightningInfoChannel
- java.lang.Object
 - 
- jrpc.clightning.model.types.CLightningInfoChannel
 
 
- 
public class CLightningInfoChannel extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description CLightningInfoChannel() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAmountMSat()java.math.BigIntegergetChannelSat()java.math.BigIntegergetChannelTotalSat()java.lang.BooleangetConnected()intgetFundingOutput()java.lang.StringgetFundingTxId()java.lang.StringgetOurAmountMSat()java.lang.StringgetPeerId()java.lang.StringgetShortChannelId()java.lang.StringgetState() 
 - 
 
- 
- 
Method Detail
- 
getPeerId
public java.lang.String getPeerId()
 
- 
getShortChannelId
public java.lang.String getShortChannelId()
 
- 
getChannelSat
public java.math.BigInteger getChannelSat()
 
- 
getOurAmountMSat
public java.lang.String getOurAmountMSat()
 
- 
getChannelTotalSat
public java.math.BigInteger getChannelTotalSat()
 
- 
getAmountMSat
public java.lang.String getAmountMSat()
 
- 
getFundingOutput
public int getFundingOutput()
 
- 
getFundingTxId
public java.lang.String getFundingTxId()
 
- 
getConnected
public java.lang.Boolean getConnected()
 
- 
getState
public java.lang.String getState()
 
 - 
 
 -