Class Delegator
- java.lang.Object
-
- com.syntifi.casper.sdk.model.deploy.SeigniorageAllocation
-
- com.syntifi.casper.sdk.model.deploy.Delegator
-
public class Delegator extends SeigniorageAllocation
-
-
Constructor Summary
Constructors Constructor Description Delegator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
PublicKey
getDelegatorPublicKey()
Delegator's public keyPublicKey
getValidatorPublicKey()
Validator's public keyint
hashCode()
void
setDelegatorPublicKey(PublicKey delegatorPublicKey)
Delegator's public keyvoid
setValidatorPublicKey(PublicKey validatorPublicKey)
Validator's public key-
Methods inherited from class com.syntifi.casper.sdk.model.deploy.SeigniorageAllocation
getAmount, getJsonAmount, setAmount, setJsonAmount, toString
-
-
-
-
Method Detail
-
getDelegatorPublicKey
public PublicKey getDelegatorPublicKey()
Delegator's public key- See Also:
PublicKey
-
getValidatorPublicKey
public PublicKey getValidatorPublicKey()
Validator's public key- See Also:
PublicKey
-
setDelegatorPublicKey
public void setDelegatorPublicKey(PublicKey delegatorPublicKey)
Delegator's public key- See Also:
PublicKey
-
setValidatorPublicKey
public void setValidatorPublicKey(PublicKey validatorPublicKey)
Validator's public key- See Also:
PublicKey
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classSeigniorageAllocation
-
canEqual
protected boolean canEqual(java.lang.Object other)
- Overrides:
canEqual
in classSeigniorageAllocation
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classSeigniorageAllocation
-
-