All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.polkadot.rpc.json.JsonRpc Maven / Gradle / Ivy

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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy