0.1.8
Compat: v2020-07-28
cardano-foundation/cardano-wallet@29c040b
What's new:
- support new way of withdrawing rewards:
# self withdrawal
CardanoWallet.new.shelley.transactions.payment_fees(wid, {address => amt}, 'self')
CardanoWallet.new.shelley.transactions.create(wid, {address => amt}, 'self')
# from external wallet
m = %w[shiver unknown lottery calm renew west any ecology merge slab sort color hybrid pact crowd]
CardanoWallet.new.shelley.transactions.payment_fees(wid, {address => amt}, m)
CardanoWallet.new.shelley.transactions.create(wid, {address => amt}, m)