1.2.3 • Published 11 months ago

@onflow/util-uid v1.2.3

Weekly downloads
442
License
Apache-2.0
Repository
github
Last release
11 months ago

@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

npm install --save @onflow/util-rpc

Usage

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

const uniqueIdentifier = new RpcClient(...)