EngineAccountOptions

Options for creating an engine account.

type EngineAccountOptions = {
authToken: string;
chain?: Chain;
engineUrl: string;
walletAddress: string;
};