scoin / multichain-node

A simple wrapper for Multichain's JSON RPC api that parses your input.
MIT License
73 stars 54 forks source link

Adding API methods from Multichain Version 1.0 beta 2 #18

Closed amolpednekar closed 6 years ago

amolpednekar commented 7 years ago

In Multichain Version 1.0 beta 2, they added 3 API methods:

liststreamblockitems, listblocks, appendrawtransaction,

which are currently unavailable in this wrapper as it has not been updated after 1.0-beta-1.

I can add them and submit a pull request if they are currently not being worked on by you guys.

scoin commented 6 years ago

All methods from 1.0.2 are now available. In the future, please feel free to submit a PR.