Sudip Bhattarai
Sudip Bhattarai
### Update - Added hydra lifecycle endpoints in client - WIP hydra wallet
### Update Required features of `cip30` are added to libcardano. Currently implementing hydra features in `kuber-client` package.
Client library is ready and published - https://www.npmjs.com/package/kuber-client/v/3.3.0
I didn't make that object myself. The object above was created by `cbor-x `when i decoded some data that had integer in map keys. Is there a way to tell...
Thanks. Seems like the configuration I am looking for is like this ```js const encoder=new Encoder({ useTag259ForMaps: false }) const decoder=new Decoder({ mapsAsObjects: false, }) ``` But it's weird that...