-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Implement the /tx BlockFrost APIs. This requires ChainStore to provide queries on transactions, for which it will need to unpack blocks and decode the transaction.
There is a lot of transaction decoding / mapping from Pallas in TxUnpacker - this will need to be pulled out into a shared library, but not common, because we don't want to impose a Pallas dependency on everyone, perhaps 'codec/cardano'? Ideally the API to this would not require any Pallas types either.
Metadata
Metadata
Assignees
Labels
No labels