ethexe-rpc-client 2.0.0-pre.1

JSON-RPC client APIs for ethexe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (C) Gear Technologies Inc.
// SPDX-License-Identifier: GPL-3.0-or-later WITH Classpath-exception-2.0

//! Vara.eth RPC client APIs.
//!
//! This crate contains the generated JSON-RPC client traits and shared
//! response types for the Vara.eth node.

mod apis;

pub use ethexe_rpc_common as types;

pub use apis::{
    BlockClient, CodeClient, DevClient, InfoClient, InjectedClient, ProgramClient, RPC_VERSION,
};