Expand description
Module for conversions between sui-core types and sui-sdk types
For now this module makes heavy use of the bcs_convert_impl
macro to implement the From
trait
for converting between core and external sdk types, relying on the fact that the BCS format of
these types are strictly identical. As time goes on we’ll slowly hand implement these impls
directly to avoid going through the BCS machinery.