pub type SafeWallet<P> = Wallet<Safe<P>>;
Type alias for a Safe wallet
pub struct SafeWallet<P> { /* private fields */ }