Package jrpc.clightning.model.types
Class FeeRateInfo
- java.lang.Object
-
- jrpc.clightning.model.types.FeeRateInfo
-
public class FeeRateInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FeeRateInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigInteger
getDelayToUs()
java.math.BigInteger
getHtlcResolution()
java.math.BigInteger
getMaxAcceptable()
java.math.BigInteger
getMinAcceptable()
java.math.BigInteger
getMutualClose()
java.math.BigInteger
getNormal()
java.math.BigInteger
getOpening()
java.math.BigInteger
getPenalty()
java.math.BigInteger
getSlow()
java.math.BigInteger
getUnilateralClose()
java.math.BigInteger
getUrgent()
-
-
-
Method Detail
-
getOpening
public java.math.BigInteger getOpening()
-
getMutualClose
public java.math.BigInteger getMutualClose()
-
getUnilateralClose
public java.math.BigInteger getUnilateralClose()
-
getDelayToUs
public java.math.BigInteger getDelayToUs()
-
getHtlcResolution
public java.math.BigInteger getHtlcResolution()
-
getPenalty
public java.math.BigInteger getPenalty()
-
getMinAcceptable
public java.math.BigInteger getMinAcceptable()
-
getMaxAcceptable
public java.math.BigInteger getMaxAcceptable()
-
getUrgent
public java.math.BigInteger getUrgent()
-
getNormal
public java.math.BigInteger getNormal()
-
getSlow
public java.math.BigInteger getSlow()
-
-