rpc-client/dist/index.js

5 lines
140 B
JavaScript
Raw Normal View History

2022-06-27 19:56:56 +00:00
import RpcNetwork from "./rpcNetwork.js";
import RpcQuery from "./rpcNetwork.js";
2022-06-27 19:51:51 +00:00
export * from "./types";
2022-06-27 19:56:56 +00:00
export { RpcNetwork, RpcQuery };