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
I get the following error when I try to deserialize signed transaction using your library, i used rosetta to construct and sign the transaction, what might be the problem?
"Deserialization failed in Transaction.body.TransactionBody because: Invalid cbor: not the right type, expected `Map' byte received `Text'."
thanks, dante
example signed transaction that i want to deserialize:
Seems your tx is wrapped by additional struct. You can observe it via https://cardananium.github.io/cquisitor/ . Unfortunately CSL doesn't know this format because it is not part of the CDDL . You can unwrap tx cbor by a third party tool/lib and then decode by CSL.
hi
I get the following error when I try to deserialize signed transaction using your library, i used rosetta to construct and sign the transaction, what might be the problem?
thanks, dante
example signed transaction that i want to deserialize:
The text was updated successfully, but these errors were encountered: