ExecutionResult

type ExecutionResult = Prettify<
ExecutionResult4337Serialized & {
chain: Chain;
from: string | undefined;
id: string;
}
>;