Class PaymentLimited

    • Constructor Detail

      • PaymentLimited

        public PaymentLimited()
      • PaymentLimited

        public PaymentLimited​(java.math.BigInteger paymentAmount,
                              int gasPriceTolerance,
                              boolean standardPayment)
    • Method Detail

      • getByteTag

        public byte getByteTag()
        Specified by:
        getByteTag in interface Tag
      • getPaymentAmount

        public java.math.BigInteger getPaymentAmount()
        User-specified payment amount.
      • getGasPriceTolerance

        public int getGasPriceTolerance()
        User-specified gas_price tolerance (minimum 1). This is interpreted to mean "do not include this transaction in a block if the current gas price is greater than this number"
      • isStandardPayment

        public boolean isStandardPayment()
        Standard payment.
      • setPaymentAmount

        public void setPaymentAmount​(java.math.BigInteger paymentAmount)
        User-specified payment amount.
      • setGasPriceTolerance

        public void setGasPriceTolerance​(int gasPriceTolerance)
        User-specified gas_price tolerance (minimum 1). This is interpreted to mean "do not include this transaction in a block if the current gas price is greater than this number"
      • setStandardPayment

        public void setStandardPayment​(boolean standardPayment)
        Standard payment.