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

Improve documentation of "signAs" option #988

Closed intelliot closed 4 years ago

intelliot commented 5 years ago

When multisigning, the signAs option is required.

https://developers.ripple.com/rippleapi-reference.html#sign

If you omit it, you'll get txJSONs with SigningPubKeys; then, the combine method will fail.

intelliot commented 4 years ago

Closed by https://github.com/ripple/ripple-lib/pull/1010