@ctsy/rpc-client
TypeScript icon, indicating that this package has built-in type declarations

1.0.16 • Public • Published

Tsy`s RPC for nodejs and brower SDK

Support both JSON AND Buffer

how to use it

install this package

npm i @ctsy/rpc

import this package

import RPC from '@ctsy/rpc'
let rpc = new RPC();
let buffer = rpc.encode();

//or
let rpc = RPC.decode(buffer)

Readme

Keywords

Package Sidebar

Install

npm i @ctsy/rpc-client

Weekly Downloads

2

Version

1.0.16

License

MIT

Unpacked Size

15.7 kB

Total Files

6

Last publish

Collaborators

  • ida_xyt
  • yanpengquan