Package nxt

Class Fee.ConstantFee

  • All Implemented Interfaces:
    Fee
    Enclosing interface:
    Fee

    public static final class Fee.ConstantFee
    extends java.lang.Object
    implements Fee
    • Constructor Summary

      Constructors 
      Constructor Description
      ConstantFee​(long fee)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getFee​(nxt.TransactionImpl transaction, Appendix appendage)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConstantFee

        public ConstantFee​(long fee)
    • Method Detail

      • getFee

        public long getFee​(nxt.TransactionImpl transaction,
                           Appendix appendage)
        Specified by:
        getFee in interface Fee