Package nxt.shuffling
Class ShufflingHome.Shuffling
java.lang.Object
nxt.shuffling.ShufflingHome.Shuffling
- Enclosing class:
- ShufflingHome
-
Method Summary
Modifier and TypeMethodDescriptionlonglongshortfinal ChildChainbyte[]longlonggetId()longgetParticipant(long accountId) bytebyte[][]bytegetStage()byte[]process(long accountId, byte[] privateKey, byte[] recipientPublicKey) revealKeySeeds(byte[] privateKey, long cancellingAccountId, byte[] shufflingStateHash)
-
Method Details
-
getShufflingParticipantHome
-
getChildChain
-
getId
public long getId() -
getFullHash
public byte[] getFullHash() -
getHoldingId
public long getHoldingId() -
getHoldingType
-
getIssuerId
public long getIssuerId() -
getAmount
public long getAmount() -
getParticipantCount
public byte getParticipantCount() -
getRegistrantCount
public byte getRegistrantCount() -
getBlocksRemaining
public short getBlocksRemaining() -
getStage
-
getAssigneeAccountId
public long getAssigneeAccountId() -
getRecipientPublicKeys
public byte[][] getRecipientPublicKeys() -
getParticipant
-
getLastParticipant
-
getStateHash
public byte[] getStateHash() -
process
-
revealKeySeeds
public ShufflingCancellationAttachment revealKeySeeds(byte[] privateKey, long cancellingAccountId, byte[] shufflingStateHash)
-