Doc: moneyOut
Closed this issue · 0 comments
jspdown commented
In the documentation we expose the moneyOut
feature with the following prototype:
lemonway.Wallet.moneyOut(ip, wallet, iban, opts) -> Promise<transaction> Attach an iban to a wallet
But in fact, iban
have to be an attribute of opts
. The prototype should be:
lemonway.Wallet.moneyOut(ip, wallet, opts) -> Promise<transaction>