ToNetworkScopedEvmServerAccountOptions: {
    account: EvmServerAccount;
    network: string;
}

Options for converting a pre-existing EvmAccount to a NetworkScopedEvmServerAccount.

Type declaration

  • account: EvmServerAccount

    The EvmAccount that was previously created.

  • network: string

    The network to scope the account to.