Class NodeStakeBean
- java.lang.Object
-
- com.h2tcoin.takamakachain.utils.vrf.NodeStakeBean
-
- All Implemented Interfaces:
Serializable
public class NodeStakeBean extends Object implements Serializable
- Author:
- giovanni.antino@h2tcoin.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NodeStakeBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPublicKey()
BigInteger
getStake()
void
setPublicKey(String publicKey)
void
setStake(BigInteger stake)
-
-
-
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
-
-