cardano-foundation / cardano-wallet

HTTP server & command-line for managing UTxOs and HD wallets in Cardano.
Apache License 2.0
763 stars 211 forks source link

[ADP-3215] Add `TxId` type to `Cardano.Wallet.Read` #4619

Closed HeinrichApfelmus closed 2 months ago

HeinrichApfelmus commented 3 months ago

This pull request adds a type TxId to the Read hierarchy, and also starts to split the hierarchy into two parts:

Comments

On Cardano.Read.Ledger:

On Cardano.Wallet.Read:

Issue Number

ADP-3215