You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extract maryValueToEraValue helper and document cast usage
Extract the cast-based value conversion from txOutBaseParseJson into
a standalone documented helper. The ledger's Value type family resolves
to Coin for Shelley/Allegra and MaryValue for Mary onwards, requiring
a runtime type check via Data.Typeable.cast to bridge the gap.
0 commit comments