Package org.iota.types.responses
Class TreasuryResponse
- java.lang.Object
-
- org.iota.types.responses.TreasuryResponse
-
public class TreasuryResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TreasuryResponse(com.google.gson.JsonObject response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAmount()MilestoneIdgetMilestoneId()
-
-
-
Method Detail
-
getMilestoneId
public MilestoneId getMilestoneId()
-
getAmount
public int getAmount()
-
-