Type Alias NetworkScopedEvmServerAccount

NetworkScopedEvmServerAccount: Prettify<
    Omit<EvmServerAccount, keyof AccountActions | "useNetwork"> & NetworkScopedAccountActions & {
        network: string;
    },
>

A network-scoped server-managed ethereum account