fabianbormann / cardano-peer-connect

This library aims to provide simple interfaces to implement CIP-0045 for dApps and wallets
Apache License 2.0
12 stars 4 forks source link

Add new CIP30 functions and missing paramters #39

Open marcuspuchalla opened 1 year ago

marcuspuchalla commented 1 year ago

With the new extensions being added, we must keep the API on par with the CIP30 spec.

This means we need to add:

In addition, the getUsedAddresses is missing the paginate parameter as defined in the spec.