public final class Shuffler
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Shuffler.ControlledAccountException |
static class |
Shuffler.DuplicateShufflerException |
static class |
Shuffler.InvalidRecipientException |
static class |
Shuffler.InvalidStageException |
static class |
Shuffler.ShufflerException |
static class |
Shuffler.ShufflerLimitException |
Modifier and Type | Method and Description |
---|---|
static Shuffler |
addOrGetShuffler(java.lang.String secretPhrase,
byte[] recipientPublicKey,
byte[] shufflingFullHash) |
long |
getAccountId() |
static java.util.List<Shuffler> |
getAccountShufflers(long accountId) |
static java.util.List<Shuffler> |
getAllShufflers() |
Transaction |
getFailedTransaction() |
NxtException.NotCurrentlyValidException |
getFailureCause() |
byte[] |
getRecipientPublicKey() |
static Shuffler |
getShuffler(long accountId,
byte[] shufflingFullHash) |
byte[] |
getShufflingFullHash() |
static java.util.List<Shuffler> |
getShufflingShufflers(byte[] shufflingFullHash) |
static void |
stopAllShufflers() |
static Shuffler |
stopShuffler(long accountId,
byte[] shufflingFullHash) |
public static Shuffler addOrGetShuffler(java.lang.String secretPhrase, byte[] recipientPublicKey, byte[] shufflingFullHash) throws Shuffler.ShufflerException
Shuffler.ShufflerException
public static java.util.List<Shuffler> getAllShufflers()
public static java.util.List<Shuffler> getShufflingShufflers(byte[] shufflingFullHash)
public static java.util.List<Shuffler> getAccountShufflers(long accountId)
public static Shuffler getShuffler(long accountId, byte[] shufflingFullHash)
public static Shuffler stopShuffler(long accountId, byte[] shufflingFullHash)
public static void stopAllShufflers()
public long getAccountId()
public byte[] getRecipientPublicKey()
public byte[] getShufflingFullHash()
public Transaction getFailedTransaction()
public NxtException.NotCurrentlyValidException getFailureCause()