input-output-hk / cardano-js-sdk

JavaScript SDK for interacting with Cardano, providing various key management options, with support for popular hardware wallets
https://input-output-hk.github.io/cardano-js-sdk/
Apache License 2.0
216 stars 58 forks source link

LW-10737: Add projection for transactions indexed by credentials #1384

Closed will-break-it closed 1 month ago

will-break-it commented 1 month ago

Context

The PR's proposes changes to the SDK to support transaction projection indexed by credentials. Ticket: LW-10737

Proposed Solution

DB Schema/ Entities:

Mappers:

Projections:

What solution does not cover

Important Changes Introduced