Class NodeStakeBean

    • Constructor Detail

      • NodeStakeBean

        public NodeStakeBean()
    • Method Detail

      • getPublicKey

        public String getPublicKey()
        Returns:
        the publicKey
      • getStake

        public BigInteger getStake()
        Returns:
        the stake
      • setPublicKey

        public void setPublicKey​(String publicKey)
        Parameters:
        publicKey - the publicKey to set
      • setStake

        public void setStake​(BigInteger stake)
        Parameters:
        stake - the stake to set