- description: |
- Add function to extract anchor data from a certificate
type:
- feature
Context
This PR is part of addressing this review comment. It moves the extracting of anchor data into cardano-api together with the rest of code that inspects certificates for easier maintenance.
Changelog
Context
This PR is part of addressing this review comment. It moves the extracting of
anchor data
intocardano-api
together with the rest of code that inspects certificates for easier maintenance.Related PRs
How to trust this PR
It is quite analogous to
filterUnRegDRepCreds
, except it does some conversion fromPoolMetadata
toAnchorData
which are analogous types.Checklist