Class UnbondingPurse
- java.lang.Object
-
- com.syntifi.casper.sdk.model.deploy.UnbondingPurse
-
public class UnbondingPurse extends java.lang.Object
Unbonding Purse- Since:
- 0.0.1
-
-
Constructor Summary
Constructors Constructor Description UnbondingPurse()
-
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)
URef
getBondingPurse()
the bondingPurse'sURef
java.math.BigInteger
getEraOfCreation()
Era in which this unbonding request was created.protected java.lang.String
getJsonUnbondingAmount()
PublicKey
getUnbonderPublicKey()
UnbondersPublicKey
java.math.BigInteger
getUnbondingAmount()
Unbonding amountPublicKey
getValidatorPublicKey()
ValidatorsPublicKey
int
hashCode()
void
setBondingPurse(URef bondingPurse)
the bondingPurse'sURef
void
setEraOfCreation(java.math.BigInteger eraOfCreation)
Era in which this unbonding request was created.protected void
setJsonUnbondingAmount(java.lang.String value)
void
setUnbonderPublicKey(PublicKey unbonderPublicKey)
UnbondersPublicKey
void
setUnbondingAmount(java.math.BigInteger unbondingAmount)
Unbonding amountvoid
setValidatorPublicKey(PublicKey validatorPublicKey)
ValidatorsPublicKey
java.lang.String
toString()
-
-
-
Method Detail
-
getJsonUnbondingAmount
@ExcludeFromJacocoGeneratedReport protected java.lang.String getJsonUnbondingAmount()
-
setJsonUnbondingAmount
@ExcludeFromJacocoGeneratedReport protected void setJsonUnbondingAmount(java.lang.String value)
-
getUnbondingAmount
public java.math.BigInteger getUnbondingAmount()
Unbonding amount
-
getEraOfCreation
public java.math.BigInteger getEraOfCreation()
Era in which this unbonding request was created.
-
setUnbondingAmount
public void setUnbondingAmount(java.math.BigInteger unbondingAmount)
Unbonding amount
-
setEraOfCreation
public void setEraOfCreation(java.math.BigInteger eraOfCreation)
Era in which this unbonding request was created.
-
setUnbonderPublicKey
public void setUnbonderPublicKey(PublicKey unbonderPublicKey)
UnbondersPublicKey
-
setValidatorPublicKey
public void setValidatorPublicKey(PublicKey validatorPublicKey)
ValidatorsPublicKey
-
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
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-