Currently all example crates restrict access to certain admin functions by manually defining and implementing ownership. Re-work them so that they all make use of `stellar_ownable`.
Currently all example crates restrict access to certain admin functions by manually defining and implementing ownership.
Re-work them so that they all make use of
stellar_ownable.