# @onflow/util-rpc

Lightweight utility for transport-agnostic, bidirectional RPC communication.

# Status

- **Last Updated:** Aug 6th, 2024
- **Stable:** No
- **Risk of Breaking Change:** Yes

# Install

```bash
npm install --save @onflow/util-rpc
```

# Usage

```javascript
import {RpcClient} from "@onflow/util-rpc"

const uniqueIdentifier = new RpcClient(...)
```
