Class AccountParticipation


  • public class AccountParticipation
    extends PathResponse
    AccountParticipation describes the parameters used by this account in consensus protocol.
    • Field Detail

      • selectionParticipationKey

        public byte[] selectionParticipationKey
      • stateProofKey

        public byte[] stateProofKey
      • voteFirstValid

        public Long voteFirstValid
        (voteFst) First round for which this participation is valid.
      • voteKeyDilution

        public Long voteKeyDilution
        (voteKD) Number of subkeys in each batch of participation keys.
      • voteLastValid

        public Long voteLastValid
        (voteLst) Last round for which this participation is valid.
      • voteParticipationKey

        public byte[] voteParticipationKey
    • Constructor Detail

      • AccountParticipation

        public AccountParticipation()
    • Method Detail

      • selectionParticipationKey

        public void selectionParticipationKey​(String base64Encoded)
        (sel) Selection public key (if any) currently registered for this round.
      • selectionParticipationKey

        public String selectionParticipationKey()
      • stateProofKey

        public void stateProofKey​(String base64Encoded)
        (stprf) Root of the state proof key (if any)
      • stateProofKey

        public String stateProofKey()
      • voteParticipationKey

        public void voteParticipationKey​(String base64Encoded)
        (vote) root participation public key (if any) currently registered for this round.
      • voteParticipationKey

        public String voteParticipationKey()