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?
Hi, currently rs-merkle only supports serializing
MerkleProoftypes.In our use case we build a
MerkleTreeand 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?