Class EraInfo
- java.lang.Object
-
- com.syntifi.casper.sdk.model.deploy.EraInfo
-
public class EraInfo extends java.lang.Object
Auction metadata. Intended to be recorded at each era.- Since:
- 0.0.1
-
-
Constructor Summary
Constructors Constructor Description EraInfo()
-
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)
java.util.List<SeigniorageAllocation>
getSeigniorageAllocations()
int
hashCode()
void
setSeigniorageAllocations(java.util.List<SeigniorageAllocation> seigniorageAllocations)
java.lang.String
toString()
-
-
-
Method Detail
-
getSeigniorageAllocations
public java.util.List<SeigniorageAllocation> getSeigniorageAllocations()
- See Also:
SeigniorageAllocation
-
setSeigniorageAllocations
public void setSeigniorageAllocations(java.util.List<SeigniorageAllocation> seigniorageAllocations)
- See Also:
SeigniorageAllocation
-
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
-
-