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
This should be a single type that supports recursive encoding/decoding of the supported data structure, similar to cbor.Value. Replace the use of cbor.LazyValue for decoding metadata in the various per-era Transaction types with this new type. Create some decoding tests using metadata from a few on-chain TXs.