carp
carp copied to clipboard
Move genesis block utxo iteration to CML
Right now we manually iterate the genesis block to create UTXO entries. Probably it's better if CML instead provides some kind of iterator that does this for you. Possibly a good followup after https://github.com/dcSpark/cardano-multiplatform-lib/pull/58 is merged