Package nxt

Interface Appendix.Prunable

    • Method Detail

      • getHash

        byte[] getHash()
      • hasPrunableData

        boolean hasPrunableData()
      • restorePrunableData

        void restorePrunableData​(Transaction transaction,
                                 int blockTimestamp,
                                 int height)
      • shouldLoadPrunable

        default boolean shouldLoadPrunable​(Transaction transaction,
                                           boolean includeExpiredPrunable)