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 wished to send the ProofNodes to an external source or a ZKVM (SP1) but I am unable to use serde to serialize the structure because the type doesn't implement the Serialize trait.
I even tried to take ownership of the inner hashmap, which goes from Nibble --> Bytes, but turns out that the type Nibble is also missing a Serialize implementation.
Any workarounds / is it considerable adding support for it?
The text was updated successfully, but these errors were encountered:
Hi,
I wished to send the
ProofNodes
to an external source or a ZKVM (SP1) but I am unable to use serde to serialize the structure because the type doesn't implement theSerialize
trait.I even tried to take ownership of the inner hashmap, which goes from Nibble --> Bytes, but turns out that the type Nibble is also missing a
Serialize
implementation.Any workarounds / is it considerable adding support for it?
The text was updated successfully, but these errors were encountered: