Package nxt.shuffling
Class ShufflingParticipantHome
java.lang.Object
nxt.shuffling.ShufflingParticipantHome
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumfinal classstatic enum -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanaddListener(Listener<ShufflingParticipantHome.ShufflingParticipant> listener, ShufflingParticipantHome.Event eventType) static ShufflingParticipantHomeforChain(ChildChain childChain) byte[][]getData(byte[] shufflingFullHash, long accountId) getParticipant(byte[] shufflingFullHash, long accountId) getParticipants(byte[] shufflingFullHash) static booleanremoveListener(Listener<ShufflingParticipantHome.ShufflingParticipant> listener, ShufflingParticipantHome.Event eventType)
-
Method Details
-
forChain
-
addListener
public static boolean addListener(Listener<ShufflingParticipantHome.ShufflingParticipant> listener, ShufflingParticipantHome.Event eventType) -
removeListener
public static boolean removeListener(Listener<ShufflingParticipantHome.ShufflingParticipant> listener, ShufflingParticipantHome.Event eventType) -
getParticipants
public DbIterator<ShufflingParticipantHome.ShufflingParticipant> getParticipants(byte[] shufflingFullHash) -
getParticipant
public ShufflingParticipantHome.ShufflingParticipant getParticipant(byte[] shufflingFullHash, long accountId) -
getData
public byte[][] getData(byte[] shufflingFullHash, long accountId)
-