pub fn create_account<'a, H>( ctx: &mut Context<'_>, init: <H as Handler>::Init<'a>, ) -> Result<<H as Service>::Client, ClientError<u8>>where H: Handler,
Creates a new account for the specified handler.