Package org.iota.types.responses
Class ProtocolParametersResponse
- java.lang.Object
-
- org.iota.types.responses.ProtocolParametersResponse
-
public class ProtocolParametersResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProtocolParametersResponse(com.google.gson.JsonObject response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBech32Hrp()intgetBelowMaxDepth()intgetMinPowScore()java.lang.StringgetNetworkName()com.google.gson.JsonObjectgetRentStructure()java.lang.StringgetTokenSupply()intgetVersion()
-
-
-
Method Detail
-
getVersion
public int getVersion()
-
getNetworkName
public java.lang.String getNetworkName()
-
getBech32Hrp
public java.lang.String getBech32Hrp()
-
getMinPowScore
public int getMinPowScore()
-
getBelowMaxDepth
public int getBelowMaxDepth()
-
getRentStructure
public com.google.gson.JsonObject getRentStructure()
-
getTokenSupply
public java.lang.String getTokenSupply()
-
-