public final class ShufflingParticipant
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ShufflingParticipant.Event |
static class |
ShufflingParticipant.State |
Modifier and Type | Method and Description |
---|---|
static boolean |
addListener(Listener<ShufflingParticipant> listener,
ShufflingParticipant.Event eventType) |
long |
getAccountId() |
byte[][] |
getBlameData() |
byte[][] |
getData() |
byte[] |
getDataTransactionFullHash() |
int |
getIndex() |
byte[][] |
getKeySeeds() |
long |
getNextAccountId() |
static ShufflingParticipant |
getParticipant(long shufflingId,
long accountId) |
static DbIterator<ShufflingParticipant> |
getParticipants(long shufflingId) |
ShufflingParticipant |
getPreviousParticipant() |
long |
getShufflingId() |
ShufflingParticipant.State |
getState() |
static boolean |
removeListener(Listener<ShufflingParticipant> listener,
ShufflingParticipant.Event eventType) |
public static boolean addListener(Listener<ShufflingParticipant> listener, ShufflingParticipant.Event eventType)
public static boolean removeListener(Listener<ShufflingParticipant> listener, ShufflingParticipant.Event eventType)
public static DbIterator<ShufflingParticipant> getParticipants(long shufflingId)
public static ShufflingParticipant getParticipant(long shufflingId, long accountId)
public long getShufflingId()
public long getAccountId()
public long getNextAccountId()
public int getIndex()
public ShufflingParticipant.State getState()
public byte[][] getData()
public byte[][] getBlameData()
public byte[][] getKeySeeds()
public byte[] getDataTransactionFullHash()
public ShufflingParticipant getPreviousParticipant()