type UserOpResult = { success: boolean; transactionHash: string };
type success = boolean;
type transactionHash = string;