Package nxt

Class TransactionType

    • Method Detail

      • findTransactionType

        public static TransactionType findTransactionType​(byte type,
                                                          byte subtype)
      • getType

        public abstract byte getType()
      • getSubtype

        public abstract byte getSubtype()
      • canHaveRecipient

        public abstract boolean canHaveRecipient()
      • mustHaveRecipient

        public boolean mustHaveRecipient()
      • isPhasingSafe

        public abstract boolean isPhasingSafe()
      • isPhasable

        public boolean isPhasable()
      • getName

        public abstract java.lang.String getName()
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object