XRPLF / xrpl.js

A JavaScript/TypeScript API for interacting with the XRP Ledger in Node.js and the browser
https://xrpl.org/
1.2k stars 511 forks source link

rsign.js and decode_binary.js are missing in develop branch #626

Closed matejr closed 8 years ago

matejr commented 8 years ago

Are you planning to include them in ripple-lib-extensions repository?

clark800 commented 8 years ago

No, they are obsolete and have been deleted. You can use RippleAPI.sign in ripple-lib and encode/decode in the ripple-binary-codec package instead.