Class Participation
java.lang.Object
com.algorand.algosdk.algod.client.model.Participation
@Deprecated
public class Participation
extends java.lang.Object
Deprecated.
Participation Description
-
Constructor Summary
Constructors Constructor Description Participation()
Deprecated. -
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object o)
Deprecated.byte[]
getPartpkb64()
Deprecated.ParticipationPK is the root participation public key (if any) currently registered for this roundjava.lang.Integer
getVotefst()
Deprecated.VoteFirst is the first round for which this participation is valid.java.lang.Integer
getVotekd()
Deprecated.VoteKeyDilution is the number of subkeys in for each batch of participation keys.java.lang.Integer
getVotelst()
Deprecated.VoteLast is the last round for which this participation is valid.byte[]
getVrfpkb64()
Deprecated.VRFPK is the selection public key (if any) currently registered for this roundint
hashCode()
Deprecated.Participation
partpkb64(byte[] partpkb64)
Deprecated.void
setPartpkb64(byte[] partpkb64)
Deprecated.void
setVotefst(java.lang.Integer votefst)
Deprecated.void
setVotekd(java.lang.Integer votekd)
Deprecated.void
setVotelst(java.lang.Integer votelst)
Deprecated.void
setVrfpkb64(byte[] vrfpkb64)
Deprecated.java.lang.String
toString()
Deprecated.Participation
votefst(java.lang.Integer votefst)
Deprecated.Participation
votekd(java.lang.Integer votekd)
Deprecated.Participation
votelst(java.lang.Integer votelst)
Deprecated.Participation
vrfpkb64(byte[] vrfpkb64)
Deprecated.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Participation
public Participation()Deprecated.
-
-
Method Details
-
partpkb64
Deprecated. -
getPartpkb64
public byte[] getPartpkb64()Deprecated.ParticipationPK is the root participation public key (if any) currently registered for this round- Returns:
- partpkb64
-
setPartpkb64
public void setPartpkb64(byte[] partpkb64)Deprecated. -
votefst
Deprecated. -
getVotefst
public java.lang.Integer getVotefst()Deprecated.VoteFirst is the first round for which this participation is valid.- Returns:
- votefst
-
setVotefst
public void setVotefst(java.lang.Integer votefst)Deprecated. -
votekd
Deprecated. -
getVotekd
public java.lang.Integer getVotekd()Deprecated.VoteKeyDilution is the number of subkeys in for each batch of participation keys.- Returns:
- votekd
-
setVotekd
public void setVotekd(java.lang.Integer votekd)Deprecated. -
votelst
Deprecated. -
getVotelst
public java.lang.Integer getVotelst()Deprecated.VoteLast is the last round for which this participation is valid.- Returns:
- votelst
-
setVotelst
public void setVotelst(java.lang.Integer votelst)Deprecated. -
vrfpkb64
Deprecated. -
getVrfpkb64
public byte[] getVrfpkb64()Deprecated.VRFPK is the selection public key (if any) currently registered for this round- Returns:
- vrfpkb64
-
setVrfpkb64
public void setVrfpkb64(byte[] vrfpkb64)Deprecated. -
equals
public boolean equals(java.lang.Object o)Deprecated.- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()Deprecated.- Overrides:
toString
in classjava.lang.Object
-