wharfkit / antelope

Core types, client interfaces, and other tools for working with Antelope-based blockchains.
Other
44 stars 23 forks source link

Add deep copy method to types #5

Open jnordberg opened 3 years ago

jnordberg commented 3 years ago

We frequently find the need to clone a core type as not to mutate it for the caller. Add a .clone() protocol requirement and implementation to all core types.