gossamer
gossamer copied to clipboard
Add btree support to scale
Issue summary
- Add ability to marshall and unmarshall btrees to scale package
It looks like I need this for disputes-coordinator. Mind if I pick it up?
Sure!
I took at a stab at re-exporting the public interface for btree.Map
and adding the MarshalSCALE
and UnmarshalSCALE
methods in this branch.