Skip to content

0.2.5

Compare
Choose a tag to compare
@piotr-iohk piotr-iohk released this 03 Nov 10:09
· 198 commits to master since this release

Compatible v2020-10-13 cardano-foundation/cardano-wallet@c969048

What's new:

  • Support for TTL in transaction / payment fee
#Shelley
CardanoWallet.new.shelley.transactions.payment_fees(wid, [{address => amt}], withdrawal = nil, metadata = nil, ttl = 10)
CardanoWallet.new.shelley.transactions.create(wid, passphrase, [{address => amt}], withdrawal = nil, metadata = nil, ttl = 10)

# Byron
CardanoWallet.new.byron.transactions.payment_fees(wid, [{address => amt}], withdrawal = nil, metadata = nil, ttl = 10)
CardanoWallet.new.byron.transactions.create(wid, passphrase, [{address => amt}], withdrawal = nil, metadata = nil, ttl = 10)
CardanoWallet.new.shelley.keys.sign_metadata(wid,
                                             role = "utxo_internal",
                                             index = 44,
                                             pass = "Secure Passphrase",
                                             metadata = { "0"=>{ "string"=>"cardano" } })
CardanoWallet.new.shelley.keys.get_public_key(wid,
                                              role = "utxo_internal",
                                              index = 44)