pskillen / nano-rpc-bindings-js

JavaScript and TypeScript bindings for Nano currency RPC calls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Additional Typings if Desired

dev-ptera opened this issue · comments

commented

Hey Patrick -

I stumbled across this project from NPM; it looks like we're working on very similar things.

I'm working on a package that sends relays rpc requests, it's all in typescript and my types for the nano RPC responses can be found here: https://github.com/dev-ptera/nano-node-rpc/blob/master/src/types/rpc-response.ts

It's still a WIP but these types might save you some time if you're interested.