Package org.polkadot.types.rpc
Class ChainProperties
- java.lang.Object
-
- com.alibaba.fastjson.JSON
-
- com.alibaba.fastjson.JSONObject
-
- org.polkadot.types.rpc.Json
-
- org.polkadot.types.rpc.ChainProperties
-
- All Implemented Interfaces:
com.alibaba.fastjson.JSONAware,com.alibaba.fastjson.JSONStreamAware,java.io.Serializable,java.lang.Cloneable,java.lang.reflect.InvocationHandler,java.util.Map<java.lang.String,java.lang.Object>,Codec
public class ChainProperties extends Json
Wraps the properties retrieved from the chain via the `system.properties` RPC call.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChainProperties(java.lang.Object value)
-
Method Summary
Modifier and Type Method Description java.lang.DoublegetTokenDecimals()The token decimals, if defined (de-facto standard only)java.lang.StringgetTokenSymbol()The token system, if defined (de-facto standard only)-
Methods inherited from class org.polkadot.types.rpc.Json
eq, getEncodedLength, isEmpty, toHex, toJson, toU8a
-
Methods inherited from class com.alibaba.fastjson.JSONObject
clear, clone, containsKey, containsValue, entrySet, equals, fluentClear, fluentPut, fluentPutAll, fluentRemove, get, getBigDecimal, getBigInteger, getBoolean, getBooleanValue, getByte, getBytes, getByteValue, getDate, getDouble, getDoubleValue, getFloat, getFloatValue, getInnerMap, getInteger, getIntValue, getJSONArray, getJSONObject, getLong, getLongValue, getObject, getObject, getObject, getShort, getShortValue, getSqlDate, getString, getTimestamp, hashCode, invoke, keySet, put, putAll, remove, size, values
-
Methods inherited from class com.alibaba.fastjson.JSON
handleResovleTask, parse, parse, parse, parse, parse, parse, parse, parse, parseArray, parseArray, parseArray, parseObject, parseObject, parseObject, parseObject, parseObject, parseObject, parseObject, parseObject, parseObject, parseObject, parseObject, parseObject, parseObject, parseObject, parseObject, parseObject, parseObject, parseObject, setDefaultTypeKey, toJavaObject, toJavaObject, toJavaObject, toJavaObject, toJSON, toJSON, toJSON, toJSONBytes, toJSONBytes, toJSONBytes, toJSONBytes, toJSONBytes, toJSONBytes, toJSONBytes, toJSONBytes, toJSONString, toJSONString, toJSONString, toJSONString, toJSONString, toJSONString, toJSONString, toJSONString, toJSONString, toJSONString, toJSONString, toJSONStringWithDateFormat, toJSONStringZ, toString, writeJSONString, writeJSONString, writeJSONString, writeJSONString, writeJSONString, writeJSONString, writeJSONString, writeJSONStringTo
-
-