CDP SDK TypeScript - v1.31.0
    Preparing search index...

    Type Alias EvmServerAccount

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

    Server-managed ethereum account