Interface FeeRateInterface

  • All Implemented Interfaces:

    
    public interface FeeRateInterface
    
                        

    Represents fee rate.

    This is an integer type representing fee rate in sat/kwu. It provides protection against mixing up the types as well as basic formatting features.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract ULong toSatPerKwu()
      abstract ULong toSatPerVbCeil()
      abstract ULong toSatPerVbFloor()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait