Skip to content

0.2.3

Compare
Choose a tag to compare
@piotr-iohk piotr-iohk released this 19 Oct 08:19
· 209 commits to master since this release
cb132a8

Compatible v2020-10-13 cardano-foundation/cardano-wallet@05e59a0

What's new:

  • Support for delegation action in POST /coin-selection/random
join_action = { action: "join", pool: "poolid" }
CardanoWallet.new.shelley.coin_selections.random_deleg(wid, join_action)

quit_action = { action: "quit" }
CardanoWallet.new.shelley.coin_selections.random_deleg(wid, quit_action)