org.polkadot.rpc.json.JsonRpc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polkadot-java Show documentation
Show all versions of polkadot-java Show documentation
Java Polkadot API, this is a clone of https://github.com/polkadot-java/api
The newest version!
package org.polkadot.rpc.json;
import org.polkadot.rpc.json.types.JsonRpcSection;
public class JsonRpc {
public static final JsonRpcSection author = JsonAuthor.author;
public static final JsonRpcSection chain = JsonChain.chain;
public static final JsonRpcSection state = JsonState.state;
public static final JsonRpcSection system = JsonSystem.system;
}