public final class StandbyShuffler
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
long |
getAccountId() |
ChildChain |
getChain() |
long |
getFeeRateNQTPerFXT() |
long |
getHoldingId() |
HoldingType |
getHoldingType() |
long |
getMaxAmount() |
long |
getMinAmount() |
byte |
getMinParticipants() |
java.util.LinkedList<byte[]> |
getRecipientPublicKeys() |
int |
getReservedPublicKeysCount() |
boolean |
matches(ChildChain chain,
long account,
HoldingType holdingType,
long holdingId) |
public boolean matches(ChildChain chain, long account, HoldingType holdingType, long holdingId)
public long getAccountId()
public ChildChain getChain()
public HoldingType getHoldingType()
public long getHoldingId()
public long getMinAmount()
public long getMaxAmount()
public byte getMinParticipants()
public long getFeeRateNQTPerFXT()
public java.util.LinkedList<byte[]> getRecipientPublicKeys()
public int getReservedPublicKeysCount()