EvmServerAccount: Prettify<
    EvmAccount & AccountActions & {
        name?: string;
        type: "evm-server";
        useNetwork: (network: string) => Promise<NetworkScopedEvmServerAccount>;
    },
>

Server-managed ethereum account