Lightweight utility for creating transport-agnostic, bidirectional JSON-RPC channels.
npm install @onflow/util-rpcLightweight utility for creating transport-agnostic, bidirectional JSON-RPC channels.
- Last Updated: Aug 6th, 2024
- Stable: No
- Risk of Breaking Change: Yes
``bash`
npm install --save @onflow/util-rpc
`javascript
import {RpcClient} from "@onflow/util-rpc"
const rpc = new RpcClient(...)
rpc.connect(...)
``