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

    Type Alias NetworkScopedEvmServerAccount<Network>

    NetworkScopedEvmServerAccount: Prettify<
        Omit<EvmServerAccount, keyof AccountActions | "useNetwork"> & NetworkSpecificAccountActions<
            Network,
        > & { network: Network },
    >

    A network-scoped server-managed ethereum account

    Type Parameters

    • Network extends string = string