Class SeigniorageAllocation
- java.lang.Object
-
- com.syntifi.casper.sdk.model.deploy.SeigniorageAllocation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SeigniorageAllocation.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.SeigniorageAllocationBuilder
builder()
java.math.BigInteger
getAmount()
Allocated amountprotected java.lang.String
getJsonAmount()
void
setAmount(java.math.BigInteger amount)
Allocated amountprotected void
setJsonAmount(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
-
-