Package nxt.messaging
Class PrunableMessageHome
java.lang.Object
nxt.messaging.PrunableMessageHome
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic PrunableMessageHomegetAll(int from, int to) intgetCount()getPrunableMessage(byte[] transactionFullHash) getPrunableMessages(long accountId, int from, int to) getPrunableMessages(long accountId, long otherAccountId, int from, int to) booleanisPruned(byte[] transactionFullHash, boolean hasPrunablePlainMessage, boolean hasPrunableEncryptedMessage)
-
Method Details
-
forChain
-
getCount
public int getCount() -
getAll
-
getPrunableMessage
-
getPrunableMessages
public DbIterator<PrunableMessageHome.PrunableMessage> getPrunableMessages(long accountId, int from, int to) -
getPrunableMessages
public DbIterator<PrunableMessageHome.PrunableMessage> getPrunableMessages(long accountId, long otherAccountId, int from, int to) -
isPruned
public boolean isPruned(byte[] transactionFullHash, boolean hasPrunablePlainMessage, boolean hasPrunableEncryptedMessage)
-