Package org.polkadot.rpc.json
Class JsonRpc
- java.lang.Object
-
- org.polkadot.rpc.json.JsonRpc
-
public class JsonRpc extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static JsonRpcSectionauthorstatic JsonRpcSectionchainstatic JsonRpcSectionstatestatic JsonRpcSectionsystem
-
Constructor Summary
Constructors Constructor Description JsonRpc()
-
-
-
Field Detail
-
author
public static final JsonRpcSection author
-
chain
public static final JsonRpcSection chain
-
state
public static final JsonRpcSection state
-
system
public static final JsonRpcSection system
-
-