pub type EoaWallet<P> = Wallet<Eoa<P>>;
Type alias for an EOA wallet
pub struct EoaWallet<P> { /* private fields */ }