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.BigInteger
getHtlcSuccessSatoshis()
java.math.BigInteger
getHtlcTimeoutSatoshis()
java.math.BigInteger
getMutualCloseSatoshis()
java.math.BigInteger
getOpeningChannelSatoshis()
java.math.BigInteger
getUnilateralCloseSatoshis()
-
-
-
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()
-
-