0.2.1
Compat v2020-09-30
cardano-foundation/cardano-wallet@1e3f4b8
What's new:
- Support for
GET /settings
,PUT /settings
https://input-output-hk.github.io/cardano-wallet/api/edge/#tag/Settings
# get settings
CardanoWallet.new.misc.settings.get
# update settings
CardanoWallet.new.misc.settings.update({:pool_metadata_source => "none"})