null
Results
2
issues of
null
**Describe the bug** After serializing a real on-chain tx with `tx = Transaction.from_cbor(...)` and trying to compute the tx ID with `tx.id` ``` TypeError: Field 'datum' should be of type...
I have a CBOR object, already serialized correctly to be part of a datum or redeemer structure. This comes from another library, which ideally should be independent of pycardano. The...