Package com.casper.sdk.model.deploy
Class DelegatorKindAllocation
- java.lang.Object
-
- com.casper.sdk.model.deploy.SeigniorageAllocation
-
- com.casper.sdk.model.deploy.DelegatorKindAllocation
-
public class DelegatorKindAllocation extends SeigniorageAllocation
The SeigniorageAllocation for DelegatorKind
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.casper.sdk.model.deploy.SeigniorageAllocation
SeigniorageAllocation.SeigniorageAllocationBuilder
-
-
Constructor Summary
Constructors Constructor Description DelegatorKindAllocation()DelegatorKindAllocation(DelegatorKind delegatorKind, PublicKey validatorPublicKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DelegatorKindgetDelegatorKind()PublicKeygetValidatorPublicKey()voidsetDelegatorKind(DelegatorKind delegatorKind)voidsetValidatorPublicKey(PublicKey validatorPublicKey)-
Methods inherited from class com.casper.sdk.model.deploy.SeigniorageAllocation
builder, getAmount, getJsonAmount, setAmount, setJsonAmount
-
-
-
-
Constructor Detail
-
DelegatorKindAllocation
public DelegatorKindAllocation(DelegatorKind delegatorKind, PublicKey validatorPublicKey)
-
DelegatorKindAllocation
public DelegatorKindAllocation()
-
-
Method Detail
-
getDelegatorKind
public DelegatorKind getDelegatorKind()
-
getValidatorPublicKey
public PublicKey getValidatorPublicKey()
-
setDelegatorKind
public void setDelegatorKind(DelegatorKind delegatorKind)
-
setValidatorPublicKey
public void setValidatorPublicKey(PublicKey validatorPublicKey)
-
-