pub fn check_managed_top_encode<T: TopEncode>(
api: TxContext,
obj: &T,
) -> BoxedBytesExpand description
Uses the managed types api to test encoding. Can be used on any type, but managed types are especially relevant.
pub fn check_managed_top_encode<T: TopEncode>(
api: TxContext,
obj: &T,
) -> BoxedBytesUses the managed types api to test encoding. Can be used on any type, but managed types are especially relevant.