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
Hi, currently rs-merkle only supports serializing MerkleProof types.
In our use case we build a MerkleTree and want to store it on disk to generate proofs at a later time. Would you be interested in a PR adding a serialize/deserialize methods to MerkleTree?
The text was updated successfully, but these errors were encountered:
Hi, currently rs-merkle only supports serializing
MerkleProof
types.In our use case we build a
MerkleTree
and want to store it on disk to generate proofs at a later time. Would you be interested in a PR adding a serialize/deserialize methods toMerkleTree
?The text was updated successfully, but these errors were encountered: