Package jrpc.clightning.model.types
Class OnChainFeeEstimates
- java.lang.Object
 - 
- jrpc.clightning.model.types.OnChainFeeEstimates
 
 
- 
public class OnChainFeeEstimates extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description OnChainFeeEstimates() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigIntegergetHtlcSuccessSatoshis()java.math.BigIntegergetHtlcTimeoutSatoshis()java.math.BigIntegergetMutualCloseSatoshis()java.math.BigIntegergetOpeningChannelSatoshis()java.math.BigIntegergetUnilateralCloseSatoshis() 
 - 
 
- 
- 
Method Detail
- 
getOpeningChannelSatoshis
public java.math.BigInteger getOpeningChannelSatoshis()
 
- 
getMutualCloseSatoshis
public java.math.BigInteger getMutualCloseSatoshis()
 
- 
getUnilateralCloseSatoshis
public java.math.BigInteger getUnilateralCloseSatoshis()
 
- 
getHtlcTimeoutSatoshis
public java.math.BigInteger getHtlcTimeoutSatoshis()
 
- 
getHtlcSuccessSatoshis
public java.math.BigInteger getHtlcSuccessSatoshis()
 
 - 
 
 -