Class SeigniorageAllocation
- java.lang.Object
-
- com.syntifi.casper.sdk.model.deploy.SeigniorageAllocation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSeigniorageAllocation.SeigniorageAllocationBuilder
-
Constructor Summary
Constructors Constructor Description SeigniorageAllocation()SeigniorageAllocation(java.math.BigInteger amount)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SeigniorageAllocation.SeigniorageAllocationBuilderbuilder()java.math.BigIntegergetAmount()Allocated amountprotected java.lang.StringgetJsonAmount()voidsetAmount(java.math.BigInteger amount)Allocated amountprotected voidsetJsonAmount(java.lang.String value)
-
-
-
Method Detail
-
getJsonAmount
@ExcludeFromJacocoGeneratedReport protected java.lang.String getJsonAmount()
-
setJsonAmount
@ExcludeFromJacocoGeneratedReport protected void setJsonAmount(java.lang.String value)
-
builder
public static SeigniorageAllocation.SeigniorageAllocationBuilder builder()
-
getAmount
public java.math.BigInteger getAmount()
Allocated amount
-
setAmount
public void setAmount(java.math.BigInteger amount)
Allocated amount
-
-