Utilities to generate Unique Identifiers
npm install @onflow/util-uidLightweight utility for transport-agnostic, bidirectional RPC communication.
- 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 uniqueIdentifier = new RpcClient(...)
``