The old API is being deprecated. We need to implement new JSON instances (ToJSON/FromJSON) for the new TxOut definition in the experimental API. The existing FromJSON (TxOut CtxTx era) instance is a mess and should not be carried forward — the new instances should be clean implementations against the new type.
The old API is being deprecated. We need to implement new JSON instances (ToJSON/FromJSON) for the new
TxOutdefinition in the experimental API. The existingFromJSON (TxOut CtxTx era)instance is a mess and should not be carried forward — the new instances should be clean implementations against the new type.