Class Delegator
- java.lang.Object
-
- com.syntifi.casper.sdk.model.deploy.SeigniorageAllocation
-
- com.syntifi.casper.sdk.model.deploy.Delegator
-
public class Delegator extends SeigniorageAllocation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.syntifi.casper.sdk.model.deploy.SeigniorageAllocation
SeigniorageAllocation.SeigniorageAllocationBuilder
-
-
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
builder, getAmount, getJsonAmount, setAmount, setJsonAmount
-
-
-
-
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 classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-